org.granite.client.tide.impl
Class FaultHandler<T>
java.lang.Object
org.granite.client.tide.impl.FaultHandler<T>
- All Implemented Interfaces:
- Runnable
public class FaultHandler<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 |
FaultHandler
public FaultHandler(ServerSession serverSession,
Context sourceContext,
String componentName,
String operation,
FaultEvent event,
Object info,
TideResponder<T> tideResponder,
ComponentListener<T> componentResponder)
run
public void run()
- Specified by:
run in interface Runnable