vooga.arcade.events
Class CloseMultiplayerLobbyEvent

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

public class CloseMultiplayerLobbyEvent
extends ArcadeEvent

Event fired when a new game is started. GETS: We used get methods so information passed about events can be accessed by listeners.

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

Constructor Summary
CloseMultiplayerLobbyEvent(int ID, java.lang.String gameTitle)
          Constructs the event that is fired when the multiplayer lobby is closed.
 
Method Summary
 java.lang.String getGameTitle()
          Gets the name of the game that is ending.
 
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

CloseMultiplayerLobbyEvent

public CloseMultiplayerLobbyEvent(int ID,
                                  java.lang.String gameTitle)
Constructs the event that is fired when the multiplayer lobby is closed.

Parameters:
ID -
Method Detail

getGameTitle

public java.lang.String getGameTitle()
Gets the name of the game that is ending.

Returns:
String game name