com.zion.jbuddy.conference
Class ConferenceServiceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.zion.jbuddy.conference.ConferenceServiceEvent
All Implemented Interfaces:
Serializable

public class ConferenceServiceEvent
extends EventObject

Provides access to conference service event properties. Instances of this class are passed to conference service listener methods.

Property methods provide links to the listener methods which use them.

Since:
5.0, 6.3 LCS (only OCS)
See Also:
IConferenceService, IConferenceServiceListener, ConferenceServiceAdapter, Serialized Form

Method Summary
 IBuddy getBuddy()
          Returns the buddy.
 IConference getConference()
          Returns the conference.
 IConferenceService getConferenceService()
          Returns the conference service.
 String getInvitationMessage()
          Returns the message the user sent with the invitation.
 String toString()
          Returns a string representation of this event.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConferenceService

public IConferenceService getConferenceService()
Returns the conference service.

Every conference service event has an associated conference service.


getConference

public IConference getConference()
Returns the conference.

Every conference service event has an associated conference.

See Also:
IConferenceServiceListener.invitationReceived(com.zion.jbuddy.conference.ConferenceServiceEvent), IConferenceServiceListener.joined(com.zion.jbuddy.conference.ConferenceServiceEvent)

getBuddy

public IBuddy getBuddy()
Returns the buddy.

Returns:
the buddy, or null if it doesn't apply to this event
See Also:
IConferenceServiceListener.invitationReceived(com.zion.jbuddy.conference.ConferenceServiceEvent)

getInvitationMessage

public String getInvitationMessage()
Returns the message the user sent with the invitation.

Valid for AIM, JABBER, SAMETIME, YIM.

Returns:
the message, or null if it doesn't apply to this event
See Also:
IConferenceServiceListener.invitationReceived(com.zion.jbuddy.conference.ConferenceServiceEvent)

toString

public String toString()
Returns a string representation of this event.

Overrides:
toString in class EventObject


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