Uses of Interface
net.sf.freecol.common.networking.NetworkConstants

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

Uses of NetworkConstants in net.sf.freecol.client.control
 

Classes in net.sf.freecol.client.control that implement NetworkConstants
 class InGameController
          The controller that will be used while the game is played.
 

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

Classes in net.sf.freecol.server.control that implement NetworkConstants
 class InGameInputHandler
          Handles the network messages that arrives while in game.