Interface IWebServerGUI

All Known Implementing Classes:
WebServer.NullWebServerGUI, WebServerGUI

public interface IWebServerGUI
Interface for the operations the WebServer can do with it's GUI
Author:
Clemens Katzer
  • Method Details

    • setUserInfo

      void setUserInfo(String s)
    • setScheduledGamesInfo

      void setScheduledGamesInfo(String s)
    • setInstantGamesInfo

      void setInstantGamesInfo(String s)
    • setRunningGamesInfo

      void setRunningGamesInfo(String s)
    • setEndingGamesInfo

      void setEndingGamesInfo(String s)
    • shutdown

      void shutdown()