|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseListener
Response listener.
| Method Summary | |
|---|---|
void |
asyncRequestReceived(AsyncRequest request)
Invoked when an asynchronous operation has begun. |
void |
exceptionReceived(Exception exception)
Invoked when an exception is thrown from a provider indicating the operation cannot be completed. |
void |
responseReceived(Response<Void> response)
Invoked when a response is received from a provider indicating the operation has completed. |
| Method Detail |
|---|
void asyncRequestReceived(AsyncRequest request)
request - to abandon this operationvoid responseReceived(Response<Void> response)
response - containing the resultvoid exceptionReceived(Exception exception)
exception - thrown from the async operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||