Package 

Interface IThingGetBeanCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onResult(T bean) Callback data model.
      • Methods inherited from class java.lang.Object

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

      • onResult

         abstract void onResult(T bean)

        Callback data model.

        Parameters:
        bean - Data model.