|
|||||||
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 |
isAcousticEvent()
indicates that the event type is not a acoustic event |
boolean |
isBodyEvent()
indicates that the event type is not a body event |
boolean |
isVisualEvent()
indicates that the event type is not a visual event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 isAcousticEvent()
boolean
value indicating that event is not a AcousticEvent
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |