com.zion.jbuddy.conference
Class ConferenceAdapter

java.lang.Object
  extended by com.zion.jbuddy.conference.ConferenceAdapter
All Implemented Interfaces:
IConferenceListener

public class ConferenceAdapter
extends Object
implements IConferenceListener

Implements IConferenceListener methods to do nothing.

Since:
5.0

Constructor Summary
ConferenceAdapter()
           
 
Method Summary
 void adminMessage(ConferenceEvent event)
          Handles special notifications from the server (including errors).
 void declined(ConferenceEvent event)
          A user has declined the client's invitation to the conference.
 void incomingBuddy(ConferenceEvent event)
          Handles presence updates from the server.
 void incomingMessage(ConferenceEvent event)
          Handles incoming messages in the conference.
 void lostConnection(ConferenceEvent event)
          The client has been disconnected from the conference.
 void online(ConferenceEvent event)
          The client has connected to the conference successfully.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConferenceAdapter

public ConferenceAdapter()
Method Detail

adminMessage

public void adminMessage(ConferenceEvent event)
Description copied from interface: IConferenceListener
Handles special notifications from the server (including errors). This may indicate errors that occur when negotiating a connection with the server.

Specified by:
adminMessage in interface IConferenceListener
See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

declined

public void declined(ConferenceEvent event)
Description copied from interface: IConferenceListener
A user has declined the client's invitation to the conference.

Specified by:
declined in interface IConferenceListener
See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

incomingBuddy

public void incomingBuddy(ConferenceEvent event)
Description copied from interface: IConferenceListener
Handles presence updates from the server. This event is fired when a user connects to a conference, leaves a conference, or otherwise updates their presence in the conference (such as when changing their nickname).

Specified by:
incomingBuddy in interface IConferenceListener
See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy()

incomingMessage

public void incomingMessage(ConferenceEvent event)
Description copied from interface: IConferenceListener
Handles incoming messages in the conference.

Specified by:
incomingMessage in interface IConferenceListener
See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

lostConnection

public void lostConnection(ConferenceEvent event)
Description copied from interface: IConferenceListener
The client has been disconnected from the conference.

Specified by:
lostConnection in interface IConferenceListener
See Also:
ConferenceEvent.getConference(), ConferenceEvent.getException()

online

public void online(ConferenceEvent event)
Description copied from interface: IConferenceListener
The client has connected to the conference successfully.

Specified by:
online in interface IConferenceListener
See Also:
ConferenceEvent.getConference()


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