Interface ClientConnectedCallBack


  • public interface ClientConnectedCallBack
    this callback 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)