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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
handle
public int handle
- Description of the Field
key
public String key
- Description of the Field
newValue
public String newValue
- Description of the Field
UnitPropertyChangedMessage
public UnitPropertyChangedMessage(int handle,
String key,
String newValue)
- Constructor for the UnitPropertyChangedMessage object
- Parameters:
handle
- Description of Parameterkey
- Description of ParameternewValue
- Description of Parameter