|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener provided by the extension module in order to receive events pertaining to the conference.
Method Summary | |
void |
onEvent(java.lang.String uid,
boolean join)
invoked when a new participant joins the conference or an existing participant leaves the conference |
void |
onTextMessageAdded(java.lang.String uid,
java.lang.String text)
invoked when a text message is received by the container |
Method Detail |
public void onTextMessageAdded(java.lang.String uid, java.lang.String text)
uid
- user ID (aka IM address) of the originator of the messagetext
- text of the message, plain or HTMLpublic void onEvent(java.lang.String uid, boolean join)
uid
- participant user id (aka IM address)join
- true if this is a new participant, false if this is a
participant leaving.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |