Uses of Class
org.jogre.comm.CommGameOver

Packages that use CommGameOver
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 CommGameOver in org.jogre.awt
 

Methods in org.jogre.awt with parameters of type CommGameOver
 void JogreTableFrame.gameOver(CommGameOver commGameOver)
          Create game over.
 void JogreClientFrame.gameOver(CommGameOver commGameOver)
          Recieve game over.
 

Uses of CommGameOver in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommGameOver
 void IClient.gameOver(CommGameOver commGameOver)