| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Container used when an extension is invoked in the context of a conference, i.e from the chat tab
| Method Summary | |
|  void | addConferenceListener(MessengerConferenceListener listener)add a conference listener This allows the extension code to be notified when a new message is added to the conference or a participant leaves or joins the conference. | 
|  void | addTextMessage(java.lang.String text)add a text message ot the conference The message is sent to all participants of the current conference. | 
|  void | removeConferenceListener(MessengerConferenceListener listener)remove a conference listener | 
| Methods inherited from interface com.sun.im.desktop.MessengerContainer | 
| disable, getComponent, outputError, setServerArchive | 
| Method Detail | 
public void addTextMessage(java.lang.String text)
                    throws MessengerException
text - text of the message, plain or HTML
MessengerException - the message could not be posted.  Note that
 no error dialog has been diplayed.  To display an error dialog,
 call outputError.public void addConferenceListener(MessengerConferenceListener listener)
listener - conference callback objectpublic void removeConferenceListener(MessengerConferenceListener listener)
listener - conference callback object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||