Uses of Interface
jfreerails.controller.ClientControlInterface

Packages that use ClientControlInterface
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.launcher Provides the classes the make up the launcher. 
jfreerails.network Provides classes for sending moves and commands between the client and server. 
 

Uses of ClientControlInterface in jfreerails.controller
 

Methods in jfreerails.controller with parameters of type ClientControlInterface
 MessageStatus Message2Client.execute(ClientControlInterface client)
          Executes this command on the specified ClientControlInterface.
 

Uses of ClientControlInterface in jfreerails.launcher
 

Classes in jfreerails.launcher that implement ClientControlInterface
 class GUIClient
          A swing freerails client.
 

Uses of ClientControlInterface in jfreerails.network
 

Classes in jfreerails.network that implement ClientControlInterface
 class FreerailsClient
          A client for FreerailsGameServer.
 

Methods in jfreerails.network with parameters of type ClientControlInterface
 MessageStatus SetPropertyMessage2Client.execute(ClientControlInterface client)
           
 MessageStatus SetWorldMessage2Client.execute(ClientControlInterface client)