|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Event | +--AcousticEvent
The class AcousticEvent
transforms the information from server and writes it into a Vector
Constructor Summary | |
AcousticEvent(java.lang.String message)
creates a new AcoustisEvent instance |
Method Summary | |
void |
add(AcousticInfo acousticInfo)
Adds a new AcousticInfo to the Vector |
java.util.Enumeration |
elements()
The Enumeration of the Vector which contains all the information about the hear messages |
boolean |
isAcousticEvent()
tests if there is an acoustic event incoming |
Methods inherited from class Event |
isBodyEvent, isVisualEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AcousticEvent(java.lang.String message)
AcoustisEvent
instancemessage
- Method Detail |
public java.util.Enumeration elements()
Enumeration
of the Vector which contains all the information about the hear messagesEnumeration
of the Vectorpublic void add(AcousticInfo acousticInfo)
AcousticInfo
to the Vectoran
- AcousticInfo
valuepublic boolean isAcousticEvent()
isAcousticEvent
in class Event
boolean
value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |