Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use SubscriptionListener
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
 

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement SubscriptionListener
 class OperationSetMultiUserChatJabberImpl
          A jabber implementation of the multi user chat operation set.
 

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

Methods in net.java.sip.communicator.service.protocol with parameters of type SubscriptionListener
 void AbstractOperationSetPersistentPresence.addSubscriptionListener(SubscriptionListener listener)
           
 void OperationSetPresence.addSubscriptionListener(SubscriptionListener listener)
          Registers a listener that would get notifications any time a new subscription was successfully added, has failed or was removed.
 void AbstractOperationSetPersistentPresence.removeSubscriptionListener(SubscriptionListener listener)
          Removes the specified subscription listener.
 void OperationSetPresence.removeSubscriptionListener(SubscriptionListener listener)
          Removes the specified subscription listener.
 

Uses of SubscriptionListener in net.java.sip.communicator.service.protocol.event
 

Classes in net.java.sip.communicator.service.protocol.event that implement SubscriptionListener
 class SubscriptionAdapter
          Represents a default implementation of SubscriptionListener which performs no processing of the received events and allows extenders to easily implement the interface in question by just overriding the methods they are interested in.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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