-
public interface AsyncHttpPaginatedResponse.CallbackAn interface allowing a client to be notified of the outcomeof an asynchronous operation.
-
-
Method Summary
Modifier and Type Method Description abstract voidonResponse(AsyncHttpPaginatedResponse response)Called when the associated request completes with an Http response, abstract voidonError(ErrorInfo reason)Called when the associated operation completes with an error. -
-
Method Detail
-
onResponse
abstract void onResponse(AsyncHttpPaginatedResponse response)
Called when the associated request completes with an Http response,
-
-
-
-