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

Packages that use CommChatGame
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
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 CommChatGame in org.jogre.client.awt
 

Methods in org.jogre.client.awt with parameters of type CommChatGame
 void JogreClientPanel.receiveGameChat(CommChatGame chatMessage)
          Method which receives a message from the server (or user)
 

Uses of CommChatGame in org.jogre.common.comm
 

Subclasses of CommChatGame in org.jogre.common.comm
 class CommChatPrivate
          Communication class which is used to send a private message between users.