Uses of Package
org.jogre.comm

Packages that use org.jogre.comm
org.jogre.awt This package contains visual classes which aid the creation of games. 
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.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 This package contains classes which are common to both a client or a server. 
org.jogre.common.playerstate This package implements the "state" design pattern for each player at a particular table to easily keep state such as sitting, standing, ready to player etc. 
org.jogre.server This package contains server specific classes. 
 

Classes in org.jogre.comm used by org.jogre.awt
CommConnect
          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.comm used by org.jogre.client
CommConnect
          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.comm used by org.jogre.comm
CommChatBroadcast
          Communication class which is used to broadcast a chat message to all users.
CommInvite
          Communication class which is used to invite a user to a table.
CommSimpleMessage
          This is a base message which all communication objects should extend.
CommTableMessage
          Abstract base class for table messages.
ITransmittable
          Transmittable interface for all communication in the system.
 

Classes in org.jogre.comm used by org.jogre.common
ITransmittable
          Transmittable interface for all communication in the system.
 

Classes in org.jogre.comm used by org.jogre.common.playerstate
ITransmittable
          Transmittable interface for all communication in the system.
 

Classes in org.jogre.comm used by org.jogre.server
ITransmittable
          Transmittable interface for all communication in the system.