gecco.communication.messages
Class ServerMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
Direct Known Subclasses:
ActionBlockedMessage, ActionCompletedMessage, ActionFailedMessage, MapPointInvisibleMessage, MapPointsInvisibleMessage, MapUpdateMessage, MapUpdatesMessage, PingReplyMessage, UnitDeletedMessage, UnitDestroyedMessage, UnitMessageMessage, UnitPositionUpdateMessage, UnitPropertyChangedMessage, UnitVisibleMessage

public class ServerMessage
extends Object

this is the superclass to all messages that can be put in the server's send queues

Author:
Niklas Hallenfur

Constructor Summary
ServerMessage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ServerMessage

public ServerMessage()