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. 
org.jogre.common.games This package contains game specific classes such as helper classes for cards. 
 

Classes in org.jogre.common.comm used by org.jogre.client
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.
CommChatPrivate
          Communication class which is used to send a private message between users.
CommDisconnect
          Communication class which is used to disconnect a user from the system.
CommInvite
          Communication class which is used to invite a user to a table.
CommNewTable
          Small communication object for requesting the creation of a new table.
 

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
CommChatGame
          Communication class which is used to broadcast a chat message to all users at a particular game.
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.
 

Classes in org.jogre.common.comm used by org.jogre.common.games
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.