|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.gameEngine.game.GameRelatedObject
vooga.gameEngine.core.GameStatusCommunicator
public class GameStatusCommunicator
A GameStatusCommunicator
is used to notify any listeners of
certain important information during game play, such as the score and any
achievements made.
Constructor Summary | |
---|---|
GameStatusCommunicator(java.util.Collection<? extends java.util.EventListener> listeners)
Constructs a GameStatusCommunicator given its listeners |
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 |
---|
public GameStatusCommunicator(java.util.Collection<? extends java.util.EventListener> listeners)
GameStatusCommunicator
given its listeners
listeners
- the Collection
of listeners to which the
important information will be sent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |