|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.conference.ConferenceServiceAdapter
public class ConferenceServiceAdapter
Implements IConferenceServiceListener methods to do nothing.
| Constructor Summary | |
|---|---|
ConferenceServiceAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConferenceServiceAdapter()
| Method Detail |
|---|
public void invitationReceived(ConferenceServiceEvent event)
IConferenceServiceListener
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.
invitationReceived in interface IConferenceServiceListenerConferenceServiceEvent.getBuddy(),
ConferenceServiceEvent.getConference(),
ConferenceServiceEvent.getInvitationMessage()public void joined(ConferenceServiceEvent event)
IConferenceServiceListener
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.
joined in interface IConferenceServiceListenerConferenceServiceEvent.getConference()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||