Interface IConnectionListener

    • Method Detail

      • getEventHandlerID

        ID getEventHandlerID()
        Get ID of event handler
        Returns:
        ID of event handler
      • handleDisconnectEvent

        void handleDisconnectEvent​(DisconnectEvent event)
        Handle disconnect event
        Parameters:
        event - the disconnect event
      • handleConnectEvent

        void handleConnectEvent​(ConnectionEvent event)
        Handle connect event
        Parameters:
        event - the connection event.