public interface NECallback<T extends Object>
通用回调
abstract Unit
onResult(Integer code, String message, T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onResult(Integer code, String message, T data)
code
message
data