|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||