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 |