net.sf.colossus.webserver
Class WebServer.NullWebServerGUI

java.lang.Object
  extended by net.sf.colossus.webserver.WebServer.NullWebServerGUI
All Implemented Interfaces:
IWebServerGUI
Enclosing class:
WebServer

private static final class WebServer.NullWebServerGUI
extends java.lang.Object
implements IWebServerGUI

A Null Object for the web server GUI interface. Avoids having to check for null everywhere.


Constructor Summary
private WebServer.NullWebServerGUI()
           
 
Method Summary
 void setEndingGamesInfo(java.lang.String s)
           
 void setInstantGamesInfo(java.lang.String s)
           
 void setRunningGamesInfo(java.lang.String s)
           
 void setScheduledGamesInfo(java.lang.String s)
           
 void setUserInfo(java.lang.String s)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServer.NullWebServerGUI

private WebServer.NullWebServerGUI()
Method Detail

setScheduledGamesInfo

public void setScheduledGamesInfo(java.lang.String s)
Specified by:
setScheduledGamesInfo in interface IWebServerGUI

setEndingGamesInfo

public void setEndingGamesInfo(java.lang.String s)
Specified by:
setEndingGamesInfo in interface IWebServerGUI

setInstantGamesInfo

public void setInstantGamesInfo(java.lang.String s)
Specified by:
setInstantGamesInfo in interface IWebServerGUI

setRunningGamesInfo

public void setRunningGamesInfo(java.lang.String s)
Specified by:
setRunningGamesInfo in interface IWebServerGUI

setUserInfo

public void setUserInfo(java.lang.String s)
Specified by:
setUserInfo in interface IWebServerGUI

shutdown

public void shutdown()
Specified by:
shutdown in interface IWebServerGUI