|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Event
The class Event
is the superclass of all events to be represented
during the game.
Constructor Summary | |
Event()
|
Method Summary | |
boolean |
isAudioEvent()
indicates that the Event type |
boolean |
isBodyEvent()
indicates that the Event type |
boolean |
isVisualEvent()
indicates that the Event type |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Event()
Method Detail |
public boolean isBodyEvent()
boolean
value indicating that this event is not a
BodyEvent
public boolean isVisualEvent()
boolean
value indicating that this event is not a
VisualEvent
public boolean isAudioEvent()
boolean
value indicating that this event is not an
AudioEvent
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |