gecco.server.core
Class Message

java.lang.Object
  |
  +--gecco.server.core.Message
Direct Known Subclasses:
UnitPositionUpdateMessage, UnitPropertiesUpdateMessage

public abstract class Message
extends Object

Description of the Class

Author:
Unknown

Field Summary
(package private)  String id
          Description of the Field
 
Constructor Summary
Message()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

String id
Description of the Field
Constructor Detail

Message

public Message()