vooga.arcade.events
Class StartArcadeEvent

java.lang.Object
  extended by vooga.arcade.events.ArcadeEvent
      extended by vooga.arcade.events.StartArcadeEvent

public class StartArcadeEvent
extends ArcadeEvent

Event used for start arcade event. GETS: We used get methods so information passed about events can be accessed by listeners.

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

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

StartArcadeEvent

public StartArcadeEvent(int ID,
                        VoogaUser user)
Constructs the event to be fired when the arcade is started.

Parameters:
ID -
user -
Method Detail

getUser

public VoogaUser getUser()
Returns the user that enters the arcade.

Returns:
VOOGAUser