接口 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
    • 方法详细资料

      • onConnected

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

        void onDisConnect()
        notify when disconnected to server.