|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncCallback<T>
The interface a caller must implement to receive a response from a call to AppDesktop.
| Method Summary | |
|---|---|
void |
onSuccess(T result)
Called when asynchronous call completes successfully |
| Method Detail |
|---|
void onSuccess(T result)
result - the return value of the asynchronous call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||