|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Event | +--BodyEvent
This class is used as an indicator that a sense_body
message was
was received. This type of message is needed to synchronize the actions of the
Player
with the action cylces of the server. The see
messages arrive in intervals of 150ms, while the action cycle whithin one
command can be sent is 100ms. Only sense_body
messages arrive within
this cycle time.
Constructor Summary | |
BodyEvent()
|
Method Summary | |
boolean |
isBodyEvent()
indicates that the event is of type BodyEvent |
Methods inherited from class Event |
isVisualEvent |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public BodyEvent()
Method Detail |
public boolean isBodyEvent()
BodyEvent
isBodyEvent
in class Event
boolean
value indicating that this event is a
BodyEvent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |