fate.messages
Class GameMessage


java.lang.Object

  |

  +--fate.messages.GameMessage

Direct Known Subclasses:
ChangeLoginMessage, ChatMessage, GetPlayerMessage, LoginMessage, PlanetoidViewMessage, SolarSystemViewMessage, SwitchMainViewMessage

public class GameMessage
extends java.lang.Object
implements java.io.Serializable

Base message class.

All messages sent between client and server should be derived from this.

See Also:
Serialized Form

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

Constructor Detail

GameMessage


public GameMessage()
Creates new GameMessage