|
||||||||||
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.StartArcadeEvent
public class StartArcadeEvent
Event used for start arcade event. GETS: We used get methods so information passed about events can be accessed by listeners.
Constructor Summary | |
---|---|
StartArcadeEvent(int ID,
VoogaUser user)
Constructs the event to be fired when the arcade is started. |
Method Summary | |
---|---|
VoogaUser |
getUser()
Returns the user that enters the arcade. |
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 StartArcadeEvent(int ID, VoogaUser user)
ID
- user
- Method Detail |
---|
public VoogaUser getUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |