|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IConferenceServiceListener
Receives events from a conference service.
Methods provide links to their associated event property methods.
IConferenceService,
IConference| Method Summary | |
|---|---|
void |
invitationReceived(ConferenceServiceEvent event)
An invitation to a conference has been received. |
void |
joined(ConferenceServiceEvent event)
The client has joined a conference automatically. |
| Method Detail |
|---|
void invitationReceived(ConferenceServiceEvent event)
Call accept on the conference to accept this
invitation and join the conference, or
decline to decline this invitation.
Valid for AIM, ICQ, JABBER, LCS, SAMETIME, YIM.
ConferenceServiceEvent.getBuddy(),
ConferenceServiceEvent.getConference(),
ConferenceServiceEvent.getInvitationMessage()void joined(ConferenceServiceEvent event)
Some protocols (currently only MSN) can force the
client to join a multi-user conference. The client is already connected
to the conference when receiving this event, so
accept does not have to be called.
Valid for MSN only.
ConferenceServiceEvent.getConference()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||