|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.arcade.events.ArcadeEvent
public abstract class ArcadeEvent
Class which contains event info when fired. GETS: We used get methods so information passed about events can be accessed by listeners.
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 |
---|
public ArcadeEvent(int frameID)
frameID
- Method Detail |
---|
public int getFrameID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |