|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The class of the result object returned in case of success.public interface Result<T>
High-level resource callback. This is an equivalent to the
AsyncCallback
interface used by the
GWT-RPC mechanism.
Method Summary | |
---|---|
void |
onFailure(Throwable caught)
Method called back by the associated GwtClientProxy object when a failure
is detected. |
void |
onSuccess(T result)
Method called back by the associated GwtClientProxy object in case of
success. |
Method Detail |
---|
void onFailure(Throwable caught)
GwtClientProxy
object when a failure
is detected.
caught
- The exception or error caught.void onSuccess(T result)
GwtClientProxy
object in case of
success.
result
- The result object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |