Interface Callback<T>


public interface Callback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onResponse(T result)
     
  • Method Details

    • onResponse

      void onResponse(T result)
    • onFailure

      void onFailure(Throwable t)