Uses of Interface
com.askywhale.missing.GameObserver

Uses of GameObserver in com.askywhale.missing
 

Classes in com.askywhale.missing that implement GameObserver
 class AppletInterface
          Human-machine interface : an applet
 

Methods in com.askywhale.missing with parameters of type GameObserver
 void Game.addObserver(GameObserver go)
           
 void Game.removeObserver(GameObserver go)