|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.client.tide.server.TideRpcEvent
org.granite.client.tide.server.TideResultEvent<T>
public class TideResultEvent<T>
Event that is provided to Tide result handlers and that holds the result object.
| Constructor Summary | |
|---|---|
TideResultEvent(Context context,
ServerSession serverSession,
ComponentListener<T> componentResponder,
T result)
|
|
| Method Summary | |
|---|---|
T |
getResult()
|
| Methods inherited from class org.granite.client.tide.server.TideRpcEvent |
|---|
getComponentListener, getContext, getServerSession, isDefaultPrevented, preventDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TideResultEvent(Context context,
ServerSession serverSession,
ComponentListener<T> componentResponder,
T result)
| Method Detail |
|---|
public T getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||