talx x1.0.5

Uses of Interface
talx.games.GameListener

Packages that use GameListener
talx.controller Defines the behaviors for the system. 
talx.games Provides general framework for games. 
talx.games.helpdesk   
talx.games.survey   
talx.games.tech Provides technical assistance through the game SPI. 
talx.model Provides state information for the entire application, and access to the transport system. 
 

Uses of GameListener in talx.controller
 

Classes in talx.controller that implement GameListener
 class GameLogger
           
 

Uses of GameListener in talx.games
 

Subinterfaces of GameListener in talx.games
 interface GameView
          Provides visual representation of game state.
 

Methods in talx.games with parameters of type GameListener
 void Game.addGameListener(GameListener gml)
          This method adds a new listener to events fired by this Game.
 void Game.removeGameListener(GameListener gml)
          This method removes a listener from the list of listeners to this Game.
 

Uses of GameListener in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement GameListener
 class HelpDeskView
           
 

Uses of GameListener in talx.games.survey
 

Classes in talx.games.survey that implement GameListener
 class SurveyView
           
 

Uses of GameListener in talx.games.tech
 

Classes in talx.games.tech that implement GameListener
 class TechView
           
 

Uses of GameListener in talx.model
 

Classes in talx.model that implement GameListener
 class GameManager
          This class holds all games that are currently being played, as well as reading in and writing out their corresponding states.
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.