vooga.arcade.events
Class StartMultiplayerLobbyEvent

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

public class StartMultiplayerLobbyEvent
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
StartMultiplayerLobbyEvent(int ID, java.lang.String gameTitle)
          Constructs the event that is fired when the multiplayer lobby is launched.
 
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

StartMultiplayerLobbyEvent

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

Parameters:
ID -
Method Detail

getGameTitle

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

Returns:
String game name