Uses of Class
org.jogre.comm.CommTableMessage

Packages that use CommTableMessage
org.jogre.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of CommTableMessage in org.jogre.comm
 

Subclasses of CommTableMessage in org.jogre.comm
 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 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.