com.zion.jbuddy.conference
Class ConferenceServiceAdapter

java.lang.Object
  extended by com.zion.jbuddy.conference.ConferenceServiceAdapter
All Implemented Interfaces:
IConferenceServiceListener

public class ConferenceServiceAdapter
extends Object
implements IConferenceServiceListener

Implements IConferenceServiceListener methods to do nothing.

Since:
5.0

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

ConferenceServiceAdapter

public ConferenceServiceAdapter()
Method Detail

invitationReceived

public void invitationReceived(ConferenceServiceEvent event)
Description copied from interface: IConferenceServiceListener
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.

Specified by:
invitationReceived in interface IConferenceServiceListener
See Also:
ConferenceServiceEvent.getBuddy(), ConferenceServiceEvent.getConference(), ConferenceServiceEvent.getInvitationMessage()

joined

public void joined(ConferenceServiceEvent event)
Description copied from interface: IConferenceServiceListener
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.

Specified by:
joined in interface IConferenceServiceListener
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.