gecco.communication.messages
Class AbortActionMessage

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

public class AbortActionMessage
extends ActionMessage

This class is put in the send queue, on the clients side of the communication, when the client calls abortAction()

Author:
Niklas Hallenfur

Fields inherited from class gecco.communication.messages.ActionMessage
actionhandle, actionID, piecehandle
 
Constructor Summary
AbortActionMessage(long actionId)
          Constructor for the AbortActionMessage 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

AbortActionMessage

public AbortActionMessage(long actionId)
Constructor for the AbortActionMessage object
Parameters:
actionId - Description of Parameter