edu.uiuc.cs397rhc.game
Interface GameListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MusicManager, Simulator

public interface GameListener
extends java.util.EventListener

Interface to register to listen for game events.

Author:
Steven N. Severinghaus
See Also:
GameEvent

Method Summary
 void gameUpdate(GameEvent ge)
          Notifies this listener that an event has happened in the game.
 

Method Detail

gameUpdate

void gameUpdate(GameEvent ge)
Notifies this listener that an event has happened in the game.

Parameters:
ge - the event that has transpired