org.granite.client.tide.impl
Class ResultHandler<T>

java.lang.Object
  extended by org.granite.client.tide.impl.ResultHandler<T>
All Implemented Interfaces:
Runnable

public class ResultHandler<T>
extends Object
implements Runnable

Author:
William DRAI

Constructor Summary
ResultHandler(ServerSession serverSession, Context sourceContext, String componentName, String operation, Event event, Object info, TideResponder<T> tideResponder, ComponentListener<T> componentListener)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultHandler

public ResultHandler(ServerSession serverSession,
                     Context sourceContext,
                     String componentName,
                     String operation,
                     Event event,
                     Object info,
                     TideResponder<T> tideResponder,
                     ComponentListener<T> componentListener)
Method Detail

run

public void run()
Specified by:
run in interface Runnable