Uses of Class
org.jogre.comm.CommInvite

Packages that use CommInvite
org.jogre.awt This package contains visual classes which aid the creation of games. 
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.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of CommInvite in org.jogre.awt
 

Methods in org.jogre.awt with parameters of type CommInvite
 void JogreClientFrame.receiveInvite(CommInvite invite)
          Recieve invite communications object.
 

Uses of CommInvite in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommInvite
 void IClient.receiveInvite(CommInvite invite)
           
 

Uses of CommInvite in org.jogre.comm
 

Subclasses of CommInvite in org.jogre.comm
 class CommOfferDraw
          Communications object which is used when one user offers a draw to another user.