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
Constructor Summary |
AbortActionMessage(long actionId)
Constructor for the AbortActionMessage object |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
AbortActionMessage
public AbortActionMessage(long actionId)
- Constructor for the AbortActionMessage object
- Parameters:
actionId
- Description of Parameter