Interface ClientConnectedCallBack


  • public interface ClientConnectedCallBack
    This listener can be used for the server to set a procedure to run as soon as a client connects to that server.
    • Method Detail

      • onClientConnected

        void onClientConnected​(ShipConnection connection)