com.zion.jbuddy.conference
Interface IConferenceListener

All Known Implementing Classes:
ConferenceAdapter

public interface IConferenceListener

Receives events from a conference.

Methods provide links to their associated event property methods.

Since:
5.0, 6.3 LCS (only OCS)
See Also:
IConference

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.
 

Method Detail

adminMessage

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

See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

declined

void declined(ConferenceEvent event)
A user has declined the client's invitation to the conference.

See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

incomingBuddy

void incomingBuddy(ConferenceEvent event)
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).

See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy()

incomingMessage

void incomingMessage(ConferenceEvent event)
Handles incoming messages in the conference.

See Also:
ConferenceEvent.getConference(), ConferenceEvent.getBuddy(), ConferenceEvent.getMessage()

lostConnection

void lostConnection(ConferenceEvent event)
The client has been disconnected from the conference.

See Also:
ConferenceEvent.getConference(), ConferenceEvent.getException()

online

void online(ConferenceEvent event)
The client has connected to the conference successfully.

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.