Uses of Class
org.jogre.common.GameOver

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

Methods in org.jogre.common.comm that return GameOver
 GameOver CommGameOver.getGameOver()
          Return the score.
 

Constructors in org.jogre.common.comm with parameters of type GameOver
CommGameOver(int tableNum, GameOver gameOver)
          Constructor which takes a table number and a game over message.