jfreerails.controller
Interface Message2Client

All Superinterfaces:
FreerailsSerializable, java.io.Serializable
All Known Implementing Classes:
SetPropertyMessage2Client, SetWorldMessage2Client

public interface Message2Client
extends FreerailsSerializable

Defines a command sent from the server to the client.

Author:
Luke

Method Summary
 MessageStatus execute(ClientControlInterface client)
          Executes this command on the specified ClientControlInterface.
 int getID()
          Returns the id of this command.
 

Method Detail

execute

MessageStatus execute(ClientControlInterface client)
Executes this command on the specified ClientControlInterface.


getID

int getID()
Returns the id of this command.