|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IConferenceService
Provides multi-user conferencing capabilities to the client.
A conference service can be used to create new conferences, join existing
conferences, and accept incoming conference invitations. To retrieve a
client's conference service, call
its getConferenceService method.
An IConferenceServiceListener may be added to this conference
service to listen for incoming events, such as
invitationReceived
and joined.
See IConference for more information.
Valid for AIM, ICQ, JABBER, LCS, MSN, SAMETIME, YIM.
IClient.getConferenceService(),
IConference,
IConferenceServiceListener,
ConferenceServiceAdapter| Method Summary | |
|---|---|
void |
addListener(IConferenceServiceListener listener)
Enables a listener to receive events from this conference service. |
IConference |
conferenceFactory()
Returns a new conference instance. |
IClient |
getClient()
Returns the client this conference service is associated with. |
IConference |
getConference(String name)
Returns a conference that the client is connected or connecting to. |
IConference[] |
getConferences()
Returns the conferences the client is connected or connecting to. |
void |
removeListener(IConferenceServiceListener listener)
Stops a listener from receiving events from this conference service. |
| Method Detail |
|---|
IClient getClient()
IConference getConference(String name)
Valid for AIM, ICQ, JABBER, SAMETIME, YIM.
name - the name of the conference
IConference[] getConferences()
void addListener(IConferenceServiceListener listener)
void removeListener(IConferenceServiceListener listener)
IConference conferenceFactory()
To connect to the conference, either create
or join must be called on the conference.
IConference.create(java.lang.String),
IConference.join(java.lang.String),
IConference.addListener(com.zion.jbuddy.conference.IConferenceListener)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||