Uses of Class
org.jogre.comm.CommConnect

Packages that use CommConnect
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. 
 

Uses of CommConnect in org.jogre.awt
 

Methods in org.jogre.awt with parameters of type CommConnect
 void JogreClientFrame.receiveConnection(CommConnect commConnect)
          Recieve connection from the server.
 

Uses of CommConnect in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommConnect
 void IClient.receiveConnection(CommConnect connect)