public interface ProtocolAccessRequest<T>
abstract void
onResult(T object)
onFail(String code, String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onResult(T object)
abstract void onFail(String code, String msg)