Interface AsyncResponse.Callback<T>

Enclosing class:
AsyncResponse<T>

public static interface AsyncResponse.Callback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(T data)
     
  • Method Details

    • onSuccess

      void onSuccess(T data)
    • onFailed

      void onFailed(Throwable e)