Uses of Interface
org.jogre.common.IGameOver

Packages that use IGameOver
org.jogre.common This package contains classes which are common to both a client or a server. 
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 IGameOver in org.jogre.common
 

Classes in org.jogre.common that implement IGameOver
 class GameOver
          Game over class which describes what has happened when a game was over.
 

Uses of IGameOver in org.jogre.common.comm
 

Classes in org.jogre.common.comm that implement IGameOver
 class CommGameOver
          Communication object which describes a game over.