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