|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Event | +--AudioEvent
This class is used as an indicator that a hear
message was
was received.
Constructor Summary | |
AudioEvent(java.lang.String message,
AgentInfo agentInfo)
constructor that also starts the parsing of the message |
Method Summary | |
boolean |
isAudioEvent()
indicates that the event is of type AudioEvent |
private void |
parse(java.lang.String message,
AgentInfo agentInfo)
Takes a 'hear' message from the server and parses the information it contains into AgentInfo.Own.AudioInfo |
Methods inherited from class Event |
isBodyEvent, isVisualEvent |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AudioEvent(java.lang.String message, AgentInfo agentInfo)
Method Detail |
public boolean isAudioEvent()
AudioEvent
isAudioEvent
in class Event
boolean
value indicating that this event is an
AudioEvent
private void parse(java.lang.String message, AgentInfo agentInfo)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |