|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of the return valuepublic interface AsyncCallback<T>
Callback interface for asyncronous service calls
| Method Summary | |
|---|---|
void |
onFailure(ServiceException caught)
Called when asynchronous call is failed |
void |
onSuccess(T result)
Called when asynchronous call is completed succesfully |
| Method Detail |
|---|
void onSuccess(T result)
result - the result of callvoid onFailure(ServiceException caught)
caught - the failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||