gecco.communication.messages
Class UnitDeletedMessage

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

public class UnitDeletedMessage
extends ServerMessage

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

Author:
Niklas Hallenfur

Field Summary
 int handle
          Description of the Field
 
Constructor Summary
UnitDeletedMessage(int handle)
          Constructor for the UnitDeletedMessage 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
Constructor Detail

UnitDeletedMessage

public UnitDeletedMessage(int handle)
Constructor for the UnitDeletedMessage object
Parameters:
handle - Description of Parameter