|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncMethodCallback<T>
Method Summary | |
---|---|
void |
onComplete(T response)
This method will be called when the remote side has completed invoking your method call and the result is fully read. |
void |
onError(Exception exception)
This method will be called when there is an unexpected clientside exception. |
Method Detail |
---|
void onComplete(T response)
response
- void onError(Exception exception)
exception
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |