net.sf.colossus.server
Interface INotifyWebServer

All Known Implementing Classes:
NotifyWebServerViaFile, RunGameInSameJVM

public interface INotifyWebServer


Method Summary
 void allClientsConnected()
           
 void gameStartupCompleted()
           
 void gotClient(java.lang.String playerName, boolean remote)
           
 boolean isActive()
           
 void readyToAcceptClients()
           
 void serverStoppedRunning()
           
 

Method Detail

isActive

boolean isActive()

readyToAcceptClients

void readyToAcceptClients()

gotClient

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

allClientsConnected

void allClientsConnected()

gameStartupCompleted

void gameStartupCompleted()

serverStoppedRunning

void serverStoppedRunning()