Interface ConnectivityListener

  • All Known Implementing Classes:
    ConnectivityListenerProxy

    public interface ConnectivityListener
    Listener for the connection state with the client.
    • Method Detail

      • onConnect

        void onConnect()
        Callback function called when a client is connected.
      • onDisconnect

        void onDisconnect()
        Callback function called when a client is disconnected.