gecco.communication.messages
Class UnitMessageMessage
java.lang.Object
|
+--gecco.communication.messages.ServerMessage
|
+--gecco.communication.messages.UnitMessageMessage
- public class UnitMessageMessage
- extends ServerMessage
This message is put in the send queue on the server part of the
communication, when the server calls unitMessage
- Author:
- Henrik Hägerström
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
message
public String message
- Description of the Field
UnitMessageMessage
public UnitMessageMessage(int handle,
String message)
- Constructor for the UnitMessageMessage object
- Parameters:
handle
- Description of Parametermessage
- Description of Parameter