|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.arcade.events.ArcadeEvent
vooga.arcade.events.StartGameEvent
public class StartGameEvent
Event fired when a new game is started. GETS: We used get methods so information passed about events can be accessed by listeners.
Constructor Summary | |
---|---|
StartGameEvent(int ID,
java.lang.String gameTitle,
VoogaSave voogaSave)
Constructs the event that is fired when the game is started. |
Method Summary | |
---|---|
java.lang.String |
getGameTitle()
Gets the name of the game that is starting. |
VoogaSave |
getReplay()
Gets the instantiation of the replay. |
Methods inherited from class vooga.arcade.events.ArcadeEvent |
---|
getFrameID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartGameEvent(int ID, java.lang.String gameTitle, VoogaSave voogaSave)
ID
- gameTitle
- Method Detail |
---|
public java.lang.String getGameTitle()
public VoogaSave getReplay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |