接口 ConnectionEventListener


public interface ConnectionEventListener
connection event listener of client side.
版本:
$Id: ConnectionEventListener.java, v 0.1 2020年07月14日 10:59 AM liuzunfei Exp $
作者:
liuzunfei
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    notify when connected to server.
    void
    notify when disconnected to server.
  • 方法详细资料

    • onConnected

      void onConnected()
      notify when connected to server.
    • onDisConnect

      void onDisConnect()
      notify when disconnected to server.