gecco.communication.messages
Class UnitPropertyChangedMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
        |
        +--gecco.communication.messages.UnitPropertyChangedMessage

public class UnitPropertyChangedMessage
extends ServerMessage

This message is put in the send queue on the server part of the communication, when the server calls unitPropertyChanged

Author:
Niklas Hallenfur

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

Field Detail

handle

public int handle
Description of the Field

key

public String key
Description of the Field

newValue

public String newValue
Description of the Field
Constructor Detail

UnitPropertyChangedMessage

public UnitPropertyChangedMessage(int handle,
                                  String key,
                                  String newValue)
Constructor for the UnitPropertyChangedMessage object
Parameters:
handle - Description of Parameter
key - Description of Parameter
newValue - Description of Parameter