Package net.sf.colossus.server
Interface INotifyWebServer
- All Known Implementing Classes:
NotifyWebServerViaFile
,RunGameInSameJVM
public interface INotifyWebServer
-
Field Details
-
ALL_CLIENTS_CONNECTED
- See Also:
-
GAME_STARTUP_COMPLETED
- See Also:
-
GAME_STARTUP_FAILED
- See Also:
-
-
Method Details
-
isActive
boolean isActive() -
readyToAcceptClients
void readyToAcceptClients() -
gotClient
-
allClientsConnected
void allClientsConnected() -
gameStartupCompleted
void gameStartupCompleted() -
gameStartupFailed
-
serverStoppedRunning
void serverStoppedRunning()
-