|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncCallback<T>
The primary interface a caller must implement to receive a response from a remote procedure call.
| Method Summary | |
|---|---|
void |
onFailure(OvhWsException caught)
Called when an asynchronous call fails to complete normally. |
void |
onSuccess(T result)
Called when an asynchronous call completes successfully. |
| Method Detail |
|---|
void onSuccess(T result)
result - the return value of the remote produced callvoid onFailure(OvhWsException caught)
caught - failure encountered while executing a remote procedure call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||