|
||||||||||
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.StartLoginEvent
public class StartLoginEvent
Event that is fired when the program begins running. GETS: We used get methods so information passed about events can be accessed by listeners.
Constructor Summary | |
---|---|
StartLoginEvent(int ID)
Constructs the event that is fired when the program starts. |
Method Summary |
---|
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 StartLoginEvent(int ID)
ID
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |