接口 ConnectionStateListener


public interface ConnectionStateListener
connection state listener
作者:
yuanyuan.xia
  • 方法概要

    修饰符和类型 方法 说明
    void connected()
    invoked while connection is established
    void disconnected()
    invoked while connection is lose
  • 方法详细资料

    • connected

      void connected()
      invoked while connection is established
    • disconnected

      void disconnected()
      invoked while connection is lose