Uses of Package
org.jogre.common.comm

Packages that use org.jogre.common.comm
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. 
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
org.jogre.common This package contains classes which are common to both a client or a server. 
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Classes in org.jogre.common.comm used by org.jogre.client
CommBaseMessage
          This is a base message which all communication objects should extend except the GameList and its children data classes.
CommGameMessage
          This is a message class which goes to a particular game such as chess, checkers etc.
CommTableMessage
          Abstract base class for table messages.
ITransmittable
          Transmittable interface for all communication in the system.
 

Classes in org.jogre.common.comm used by org.jogre.client.awt
CommChatGame
          Communication class which is used to broadcast a chat message to all users at a particular game.
CommControllerObject
          Communication object which will send a XMLElement as a child from a client to server (or or vice versa).
CommControllerProperty
          Communication object to send a key/value property from a client to server or vice versa.
CommGameConnect
          Communciations connect object.
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.
 

Classes in org.jogre.common.comm used by org.jogre.common
ITransmittable
          Transmittable interface for all communication in the system.
ITransmittableWithProps
          This interfaces denotates that the ITransmittable object contains a JogrePropertiesHash instance as a field.
 

Classes in org.jogre.common.comm used by org.jogre.common.comm
CommBaseMessage
          This is a base message which all communication objects should extend except the GameList and its children data classes.
CommGameMessage
          This is a message class which goes to a particular game such as chess, checkers etc.
CommTableMessage
          Abstract base class for table messages.
ITransmittable
          Transmittable interface for all communication in the system.
ITransmittableWithProps
          This interfaces denotates that the ITransmittable object contains a JogrePropertiesHash instance as a field.