Package ks.common.message

Core set of messages that exist independently from any individual Component within the KombatSolitaire ProductLine Once these message classes are published, they will never be changed.

See:
          Description

Class Summary
ClientMessage Message to be dealt with by client.
LoginMessage Login Message sent to all clients whenever a new client is logged in.
LogoutMessage Logout Message sent to all clients whenever a client logs out.
Message Messages are sent from the server to a client in response to a Command.
MessageSet Manages a set of messages.
OutputMessage Message that simply should be delivered to the client to be output on screen.
QuitMessage Signal that client is exiting.
 

Package ks.common.message Description

Core set of messages that exist independently from any individual Component within the KombatSolitaire ProductLine Once these message classes are published, they will never be changed. Only new message types can be added.