public interface AsyncMethodCallback<T>
Modifier and Type | Method | Description |
---|---|---|
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(java.lang.Exception exception) |
This method will be called when there is an unexpected clientside
exception.
|
void onComplete(T response)
response
- void onError(java.lang.Exception exception)
exception
-