Holger's
Java API

Uses of Interface
com.antelmann.game.GameObserver

Packages that use GameObserver
com.antelmann.game This package contains packages to support game implementations. 
 

Uses of GameObserver in com.antelmann.game
 

Methods in com.antelmann.game that return GameObserver
 GameObserver[] AbstractGame.getObservers()
           
 

Methods in com.antelmann.game with parameters of type GameObserver
 boolean AbstractGame.addObserver(GameObserver observer)
          observer is called on makeMove(GameMove); cloned games will point to the same set of observers.
 boolean AbstractGame.removeObserver(GameObserver observer)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads