|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener notified when the call to an API is finished whether it has succeeded or failed.
Method Summary | |
void |
callFailed(CallFailedEvent event)
Invoked when the call to the function failed. |
void |
callSucceeded(CallSucceededEvent event)
Invoked when a successful result has been returned by the function. |
Method Detail |
public void callSucceeded(CallSucceededEvent event)
event
- the call event that has the result of the call.public void callFailed(CallFailedEvent event)
event
- the call event that has the details of the failure.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |