vooga.arcade.events
Class StartMultiplayerGameEvent

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

public class StartMultiplayerGameEvent
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
StartMultiplayerGameEvent(int ID, java.lang.String gameTitle)
          Constructs the event that is fired when the multiplayer game is started.
 
Method Summary
 java.lang.String getGameTitle()
          Gets the name of the game that is starting.
 
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

StartMultiplayerGameEvent

public StartMultiplayerGameEvent(int ID,
                                 java.lang.String gameTitle)
Constructs the event that is fired when the multiplayer game is started.

Parameters:
ID -
gameTitle -
Method Detail

getGameTitle

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

Returns:
String game name