Package org.jogre.comm

This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol.

See:
          Description

Interface Summary
Comm Interface for the variour standard communcations object which are available in the JOGRE api.
ITransmittable Transmittable interface for all communication in the system.
 

Class Summary
CommChatBroadcast Communication class which is used to broadcast a chat message to all users.
CommChatPrivate Communication class which is used to send private chat from one user to another.
CommChatTable Chat communications object for chat at a table.
CommConnect Communciations connect object.
CommDisconnect Communication class which is used to disconnect a user from the system.
CommError Communications class which is used to send an error from the server to a client or vice-versa.
CommGameOver Communication object to show that a game is over.
CommInvite Communication class which is used to invite a user to a table.
CommOfferDraw Communications object which is used when one user offers a draw to another user.
CommSimpleMessage This is a base message which all communication objects should extend.
CommTableAction Communication class for performming table actions such as creating a new table, joining an existing table, standing up, being ready-to-start and exitting from a table.
CommTableMessage Abstract base class for table messages.
 

Package org.jogre.comm Description

This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol.