Uses of Class
net.sf.freecol.server.control.FreeColServerHolder

Packages that use FreeColServerHolder
net.sf.freecol.server.control Contains the classes responsible for the control of the game. 
 

Uses of FreeColServerHolder in net.sf.freecol.server.control
 

Subclasses of FreeColServerHolder in net.sf.freecol.server.control
 class Controller
          The control object that is responsible for making changes to the internal model and for communicating with the clients.
 class InGameController
          TODO: write class comment.
 class InGameInputHandler
          Handles the network messages that arrives while in game.
 class InputHandler
          Handles the network messages.
 class PreGameController
          The control object that is responsible for setting parameters and starting a new game.
 class PreGameInputHandler
          Handles the network messages that arrives before the game starts.