vooga.arcade.events
Class EndArcadeEvent

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

public class EndArcadeEvent
extends ArcadeEvent

Event that is fired when the arcade is closed. GETS: We used get methods so information passed about events can be accessed by listeners.

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

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

EndArcadeEvent

public EndArcadeEvent(int ID,
                      VoogaUser user)
Constructs the event for when arcade is closed.

Parameters:
ID -
Method Detail

getUser

public VoogaUser getUser()
Returns the user that was playing the the arcade.

Returns:
VOOGAUser