public interface IMatterAttributeCallback<T>
abstract void
onSuccess(T attribute)
onError(String errorCode, String errorMsg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(T attribute)
abstract void onError(String errorCode, String errorMsg)