Interface ClientConnectionListener


  • public interface ClientConnectionListener
    Author:
    man
    • Method Detail

      • clientConnected

        void clientConnected​(ICommConnection connection)
        Called if a new client has connected
        Parameters:
        connection - the new ICommConnection
      • serverError

        void serverError​(java.io.IOException e)
        Parameters:
        e - the server error IOException