类 RpcClient.ConnectionEvent

  • 封闭类:
    RpcClient

    public class RpcClient.ConnectionEvent
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      ConnectionEvent​(int eventType)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean isConnected()  
      boolean isDisConnected()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • CONNECTED

        public static final int CONNECTED
        另请参阅:
        常量字段值
      • DISCONNECTED

        public static final int DISCONNECTED
        另请参阅:
        常量字段值
      • eventType

        int eventType
    • 构造器详细资料

      • ConnectionEvent

        public ConnectionEvent​(int eventType)
    • 方法详细资料

      • isConnected

        public boolean isConnected()
      • isDisConnected

        public boolean isDisConnected()