vooga.arcade.events
Class StartLoginEvent

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

public class StartLoginEvent
extends ArcadeEvent

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

Author:
Ron Murhammer, Lindsay Kubasik, Vijay Ram

Constructor Summary
StartLoginEvent(int ID)
          Constructs the event that is fired when the program starts.
 
Method Summary
 
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

StartLoginEvent

public StartLoginEvent(int ID)
Constructs the event that is fired when the program starts.

Parameters:
ID -