|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Event | +--BodyEvent
The class BodyEvent
trasforms the information from server and writes it into a Vector
Constructor Summary | |
BodyEvent(java.lang.String message)
creates an new BodyEvent instance |
Method Summary | |
void |
add(BodyInfo bodyInfo)
Adds an new BodyInfo instance to th Vector |
java.util.Enumeration |
elements()
an Enumeration of the Vector |
boolean |
isBodyEvent()
tests, if there is an body event incoming |
Methods inherited from class Event |
isAcousticEvent, isVisualEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BodyEvent(java.lang.String message)
BodyEvent
instancemessage
- a String
valueMethod Detail |
public java.util.Enumeration elements()
Enumeration
of the Vectorpublic void add(BodyInfo bodyInfo)
BodyInfo
instance to th Vectorpublic boolean isBodyEvent()
isBodyEvent
in class Event
a
- boolean
value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |