Interface Callback<T>


  • public interface Callback<T>
    For all callbacks compatibility.
    • Method Summary

      Modifier and Type Method Description
      void onResult​(T object)  
    • Method Detail

      • onResult

        void onResult​(T object)