gecco.communication.messages
Class ActionOnVoidMessage

java.lang.Object
  |
  +--gecco.communication.messages.ActionMessage
        |
        +--gecco.communication.messages.ActionOnVoidMessage

public class ActionOnVoidMessage
extends ActionMessage

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

Author:
Niklas Hallenfur

Fields inherited from class gecco.communication.messages.ActionMessage
actionhandle, actionID, piecehandle
 
Constructor Summary
ActionOnVoidMessage(long id, int unit, String type)
          Constructor for the ActionOnVoidMessage object
 
Methods inherited from class gecco.communication.messages.ActionMessage
getActionHandle, getId, getPieceHandle
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ActionOnVoidMessage

public ActionOnVoidMessage(long id,
                           int unit,
                           String type)
Constructor for the ActionOnVoidMessage object
Parameters:
id - Description of Parameter
unit - Description of Parameter
type - Description of Parameter