com.zion.jbuddy.conference
Interface IConferenceServiceListener

All Known Implementing Classes:
ConferenceServiceAdapter

public interface IConferenceServiceListener

Receives events from a conference service.

Methods provide links to their associated event property methods.

Since:
5.0, 6.3 LCS (only OCS)
See Also:
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

invitationReceived

void invitationReceived(ConferenceServiceEvent event)
An invitation to a conference has been received.

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.

Since:
6.3 LCS (only OCS)
See Also:
ConferenceServiceEvent.getBuddy(), ConferenceServiceEvent.getConference(), ConferenceServiceEvent.getInvitationMessage()

joined

void joined(ConferenceServiceEvent event)
The client has joined a conference automatically.

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.

See Also:
ConferenceServiceEvent.getConference()


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2012 Zion Software, LLC All Rights Reserved.