vooga.gameEngine.controller
Class GameRelatedController

java.lang.Object
  extended by vooga.gameEngine.game.GameRelatedObject
      extended by vooga.gameEngine.controller.GameRelatedController
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AIController, AlienAI, CameraController, HumanController, NetworkController, TimingController

public abstract class GameRelatedController
extends GameRelatedObject

The GameRelatedController class represents a subset of GameRelatedObject objects that act as controllers for other game items. These GameRelatedObjectss are not Renderable and should interact with the game items they control primarily through events.

Author:
Justin C. Klaassen
See Also:
GameRelatedObject, Serialized Form

Constructor Summary
GameRelatedController()
           
 
Method Summary
 
Methods inherited from class vooga.gameEngine.game.GameRelatedObject
addEventListener, clearListeners, equals, fire, fire, fire, getEventListeners, getID, getListenerCount, removeEventListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameRelatedController

public GameRelatedController()