gecco.communication.messages
Class ActionCompletedMessage
java.lang.Object
|
+--gecco.communication.messages.ServerMessage
|
+--gecco.communication.messages.ActionCompletedMessage
- public class ActionCompletedMessage
- extends ServerMessage
This message is put in the send queue on the server part of the
communication, when the server calls actionCompleted
- Author:
- Niklas Hallenfur
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
handle
public long handle
- Description of the Field
message
public String message
- Description of the Field
ActionCompletedMessage
public ActionCompletedMessage(long handle,
String message)
- Constructor for the ActionCompletedMessage object
- Parameters:
handle
- Description of Parametermessage
- Description of Parameter