Uses of Interface
jfreerails.controller.ServerControlInterface

Packages that use ServerControlInterface
jfreerails.controller Provides classes that may be used by the client or the server to operate on the game world, for example, building trains and stations. 
jfreerails.network Provides classes for sending moves and commands between the client and server. 
 

Uses of ServerControlInterface in jfreerails.controller
 

Methods in jfreerails.controller with parameters of type ServerControlInterface
 MessageStatus Message2Server.execute(ServerControlInterface server)
           
 

Uses of ServerControlInterface in jfreerails.network
 

Classes in jfreerails.network that implement ServerControlInterface
 class FreerailsGameServer
          When executed by a thread, this class does the following: reads and executes moves and commands received from connected clients; sends moves and commands to connected clients.
 

Methods in jfreerails.network with parameters of type ServerControlInterface
 MessageStatus LoadGameMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus NewGameMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus RefreshListOfGamesMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus SaveGameMessage2Server.execute(ServerControlInterface server)