Uses of Interface
de.hagenah.diplomacy.game.GameHandler

Packages that use GameHandler
de.hagenah.diplomacy.diptool   
de.hagenah.diplomacy.game   
 

Uses of GameHandler in de.hagenah.diplomacy.diptool
 

Classes in de.hagenah.diplomacy.diptool that implement GameHandler
 class DipGameGroup
          A group of games.
 

Uses of GameHandler in de.hagenah.diplomacy.game
 

Classes in de.hagenah.diplomacy.game that implement GameHandler
 class GameGroup
          This is the standard implementation for the GameHandler interface.
 

Constructors in de.hagenah.diplomacy.game with parameters of type GameHandler
JudgeParser(GameHandler handler)