public static interface AsyncHttpPaginatedResponse.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ErrorInfo reason)
Called when the associated operation completes with an error.
|
void |
onResponse(AsyncHttpPaginatedResponse response)
Called when the associated request completes with an Http response,
|
void onResponse(AsyncHttpPaginatedResponse response)
void onError(ErrorInfo reason)
reason - information about the error.