接口 Protocol.ProtocolEventListener
-
- 所有已知实现类:
ClientImpl
public static interface Protocol.ProtocolEventListener
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classProtocol.ProtocolEventListener.EventType
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidhandleEvent(Protocol.ProtocolEventListener.EventType type, Object info, Throwable reason)
-
-
-
方法详细资料
-
handleEvent
void handleEvent(Protocol.ProtocolEventListener.EventType type, Object info, Throwable reason)
-
-