Uses of Class
org.jogre.common.comm.CommBaseMessage

Packages that use CommBaseMessage
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.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of CommBaseMessage in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommBaseMessage
 void TableConnectionThread.send(CommBaseMessage message)
          Send a base message.
 void ClientConnectionThread.send(CommBaseMessage message)
          Send a ITransmittable object from a client to the server.
 

Uses of CommBaseMessage in org.jogre.common.comm
 

Subclasses of CommBaseMessage in org.jogre.common.comm
 class CommChatGame
          Communication class which is used to broadcast a chat message to all users at a particular game.
 class CommChatTable
          Chat communications object for chat at a table.
 class CommControllerObject
          Communication object which will send a XMLElement as a child from a client to server (or or vice versa).
 class CommControllerProperty
          Communication object to send a key/value property from a client to server or vice versa.
 class CommDisconnect
          Communication class which is used to disconnect a user from the system.
 class CommError
          Communications class which is used to send an error from the server to a client or vice-versa.
 class CommGameConnect
          Communciations connect object.
 class CommGameMessage
          This is a message class which goes to a particular game such as chess, checkers etc.
 class CommGameOver
          Communication object to show that a game is over.
 class CommInvite
          Communication class which is used to invite a user to a table.
 class CommMasterServerConnect
          Communication object for connecting to the master server.
 class CommMasterServerMessage
           
 class CommOfferDraw
          Communications object which is used when one user offers a draw to another user.
 class 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.
 class CommTableMessage
          Abstract base class for table messages.