Package fate.messages

Contains all messages that are to be sent between the client and server.

See:
          Description

Class Summary
ChangeLoginMessage Sent by the client to request a change of login and password.
ChatMessage Represents a text message sent from one user to another.
GameMessage Base message class.
GetPlayerMessage Allows the client to query the server for currently connected Player object.
LoginMessage Sent between the client and server during login.
PlanetoidViewMessage Gives the client all the information it needs to display the PlanetoidView.
SolarSystemViewMessage Gives the client all the information it needs to display the PlanetoidView.
SwitchMainViewMessage Indicates to the server to send update messages pertaining to a certain "view" on the client.
 

Package fate.messages Description

Contains all messages that are to be sent between the client and server.