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

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

Uses of CommTableMessage in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommTableMessage
 void TableConnectionThread.send(CommTableMessage message)
           
 

Uses of CommTableMessage in org.jogre.common.comm
 

Subclasses of CommTableMessage in org.jogre.common.comm
 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 CommExitTable
          Small communication object for exiting a table.
 class CommGameOver
          Communication object which describes a game over.
 class CommJoinTable
          Small communication object for joining an existing table.
 class CommNextPlayer
          Small communication object for starting a game
 class CommOfferDraw
          Communications object which is used when one user offers a draw to another user.
 class CommPlayerState
          Communication object for informing the server that the state of a player has been updated.
 class CommReadyToStart
          Small communication object for declaring a player is ready to start.
 class CommSitDown
          Small communication object which is used when a client sits down on a particular seat at a table.
 class CommStandUp
          Small communication object for standing up at a table.
 class CommStartGame
          Small communication object for starting a game
 class CommTableProperty
          This class is used for sending a table property from a client to a server.
 

Uses of CommTableMessage in org.jogre.common.games
 

Subclasses of CommTableMessage in org.jogre.common.games
 class Card
          Card defines a generic playing card that is transmittable
 class Deck