public static interface Request.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(Response response)
The method that will be called when a request completes.
|
void onCompleted(Response response)
response - the Response of this request, which may include error information if the request was unsuccessfulCopyright © 2013. All Rights Reserved.