org.granite.client.tide.impl
Class ResultHandler<T>
java.lang.Object
org.granite.client.tide.impl.ResultHandler<T>
- All Implemented Interfaces:
- Runnable
public class ResultHandler<T>
- extends Object
- implements Runnable
- Author:
- William DRAI
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultHandler
public ResultHandler(ServerSession serverSession,
Context sourceContext,
String componentName,
String operation,
Event event,
Object info,
TideResponder<T> tideResponder,
ComponentListener<T> componentListener)
run
public void run()
- Specified by:
run in interface Runnable