public interface IThingGetBeanCallback<T>
Server response callback.
abstract void
onResult(T bean)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onResult(T bean)
Callback data model.
bean