Interface INotifyWebServer

All Known Implementing Classes:
NotifyWebServerViaFile, RunGameInSameJVM

public interface INotifyWebServer
  • Field Details

  • Method Details

    • isActive

      boolean isActive()
    • readyToAcceptClients

      void readyToAcceptClients()
    • gotClient

      void gotClient(String playerName, boolean remote)
    • allClientsConnected

      void allClientsConnected()
    • gameStartupCompleted

      void gameStartupCompleted()
    • gameStartupFailed

      void gameStartupFailed(String reason)
    • serverStoppedRunning

      void serverStoppedRunning()