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

Field Summary
 long handle
          Description of the Field
 String message
          Description of the Field
 
Constructor Summary
ActionCompletedMessage(long handle, String message)
          Constructor for the ActionCompletedMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

handle

public long handle
Description of the Field

message

public String message
Description of the Field
Constructor Detail

ActionCompletedMessage

public ActionCompletedMessage(long handle,
                              String message)
Constructor for the ActionCompletedMessage object
Parameters:
handle - Description of Parameter
message - Description of Parameter