Interface INotifyWebServer

    • Method Detail

      • isActive

        boolean isActive()
      • readyToAcceptClients

        void readyToAcceptClients()
      • gotClient

        void gotClient​(java.lang.String playerName,
                       boolean remote)
      • allClientsConnected

        void allClientsConnected()
      • gameStartupCompleted

        void gameStartupCompleted()
      • gameStartupFailed

        void gameStartupFailed​(java.lang.String reason)
      • serverStoppedRunning

        void serverStoppedRunning()