vooga.arcade.events
Class ArcadeEvent

java.lang.Object
  extended by vooga.arcade.events.ArcadeEvent
Direct Known Subclasses:
CloseMultiplayerLobbyEvent, ConsoleEvent, EndArcadeEvent, EndGameEvent, EndMultiplayerGameEvent, SelectGameEvent, StartArcadeEvent, StartGameEvent, StartLoginEvent, StartMultiplayerGameEvent, StartMultiplayerLobbyEvent, TestArcadeEvent

public abstract class ArcadeEvent
extends java.lang.Object

Class which contains event info when fired. GETS: We used get methods so information passed about events can be accessed by listeners.

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

Constructor Summary
ArcadeEvent(int frameID)
          Constructor for ArcadeEvent.
 
Method Summary
 int getFrameID()
          Gets the ID for the frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcadeEvent

public ArcadeEvent(int frameID)
Constructor for ArcadeEvent.

Parameters:
frameID -
Method Detail

getFrameID

public int getFrameID()
Gets the ID for the frame.

Returns:
int frame ID