Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.event.ContactPresenceStatusListener

Packages that use ContactPresenceStatusListener
net.java.sip.communicator.impl.contactlist   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.contactlist.contactsource   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.service.protocol   
 

Uses of ContactPresenceStatusListener in net.java.sip.communicator.impl.contactlist
 

Classes in net.java.sip.communicator.impl.contactlist that implement ContactPresenceStatusListener
 class MetaContactListServiceImpl
          An implementation of the MetaContactListService that would connect to protocol service providers and build it s contact list accordingly basing itself on the contact list stored by the various protocol provider services and the contact list instance saved on the hard disk.
 

Uses of ContactPresenceStatusListener in net.java.sip.communicator.impl.gui.main.chat
 

Classes in net.java.sip.communicator.impl.gui.main.chat that implement ContactPresenceStatusListener
 class MetaContactChatTransport
          The single chat implementation of the ChatTransport interface that provides abstraction to protocol provider access.
 

Uses of ContactPresenceStatusListener in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that implement ContactPresenceStatusListener
 class MetaContactListSource
          The MetaContactListSource is an abstraction of the MetaContactListService, which makes the correspondence between a MetaContact and an UIContact and between a MetaContactGroup and an UIGroup.
 

Uses of ContactPresenceStatusListener in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement ContactPresenceStatusListener
 class OperationSetContactCapabilitiesJabberImpl
          Represents an OperationSet to query the OperationSets supported for a specific Jabber Contact.
 

Uses of ContactPresenceStatusListener in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type ContactPresenceStatusListener
 void AbstractOperationSetPersistentPresence.addContactPresenceStatusListener(ContactPresenceStatusListener listener)
          Implementation of the corresponding ProtocolProviderService method.
 void OperationSetPresence.addContactPresenceStatusListener(ContactPresenceStatusListener listener)
          Registers a listener that would receive a presence status change event every time a contact, whose status we're subscribed for, changes her status.
 void AbstractOperationSetPersistentPresence.removeContactPresenceStatusListener(ContactPresenceStatusListener listener)
          Removes the specified listener so that it won't receive any further updates on contact presence status changes
 void OperationSetPresence.removeContactPresenceStatusListener(ContactPresenceStatusListener listener)
          Removes the specified listener so that it won't receive any further updates on contact presence status changes
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.