public interface IPropertyCallback<T>
Created by letian on 15/7/2.
abstract void
onError(String code, String error)
onSuccess(T result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onError(String code, String error)
callback on error
code
error
abstract void onSuccess(T result)
callback on success
result