Uses of Class
gecco.communication.messages.ActionMessage

Packages that use ActionMessage
gecco.communication.client   
gecco.communication.messages   
 

Uses of ActionMessage in gecco.communication.client
 

Methods in gecco.communication.client with parameters of type ActionMessage
private  void DataOutputExchangeHandler.sendActionOnVoidMessage(ActionMessage m)
          Sends a message that tells the server that a unit wants to perform an action with no target
 

Uses of ActionMessage in gecco.communication.messages
 

Subclasses of ActionMessage in gecco.communication.messages
 class AbortActionMessage
          This class is put in the send queue, on the clients side of the communication, when the client calls abortAction()
 class ActionOnPositionMessage
          this message is added to the send queue in the client part of the communication, when the client calls doAction, and the provided Action type is Action.POSITION
 class ActionOnUnitMessage
          this message is added to the send queue in the client part of the communication, when the client calls doAction, and the provided Action type is Action.PIECE
 class ActionOnVoidMessage
          this message is added to the send queue in the client part of the communication, when the client calls doAction, and the provided Action type is Action.VOID