|
||||||||
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 |
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |