public interface IThingDataCallback<T>
Common data callback
abstract void
onSuccess(T result)
onError(String errorCode, String errorMessage)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(T result)
On data success
result
abstract void onError(String errorCode, String errorMessage)
On data error
errorCode
errorMessage