public interface ResponseListener
Modifier and Type | Method and Description |
---|---|
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.
|
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 operationCopyright © 2003-2019 Virginia Tech. All Rights Reserved.