Package 

Interface AsyncHttpPaginatedResponse.Callback

    • Method Summary

      Modifier and Type Method Description
      abstract void onResponse(AsyncHttpPaginatedResponse response) Called when the associated request completes with an Http response,
      abstract void onError(ErrorInfo reason) Called when the associated operation completes with an error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onError

         abstract void onError(ErrorInfo reason)

        Called when the associated operation completes with an error.

        Parameters:
        reason - information about the error.