Uses of Class
jfreerails.controller.MessageStatus

Packages that use MessageStatus
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 MessageStatus in jfreerails.controller
 

Methods in jfreerails.controller that return MessageStatus
 MessageStatus Message2Client.execute(ClientControlInterface client)
          Executes this command on the specified ClientControlInterface.
 MessageStatus Message2Server.execute(ServerControlInterface server)
           
 

Uses of MessageStatus in jfreerails.network
 

Methods in jfreerails.network that return MessageStatus
 MessageStatus SetPropertyMessage2Client.execute(ClientControlInterface client)
           
 MessageStatus SetWorldMessage2Client.execute(ClientControlInterface client)
           
 MessageStatus LoadGameMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus NewGameMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus RefreshListOfGamesMessage2Server.execute(ServerControlInterface server)
           
 MessageStatus SaveGameMessage2Server.execute(ServerControlInterface server)