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