Uses of Class
org.jogre.comm.CommSimpleMessage

Packages that use CommSimpleMessage
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 CommSimpleMessage in org.jogre.comm
 

Subclasses of CommSimpleMessage in org.jogre.comm
 class CommConnect
          Communciations connect object.
 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 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.
 class CommTableMessage
          Abstract base class for table messages.