|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.OperationSetMessageWaitingSipImpl
public class OperationSetMessageWaitingSipImpl
Message Waiting Indication Event rfc3842.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.protocol.OperationSetMessageWaiting |
|---|
OperationSetMessageWaiting.MessageType |
| Field Summary | |
|---|---|
(package private) static String |
EVENT_PACKAGE
The name of the event package supported by OperationSetMessageWaitingSipImpl in SUBSCRIBE and NOTIFY requests. |
| Constructor Summary | |
|---|---|
OperationSetMessageWaitingSipImpl(ProtocolProviderServiceSipImpl provider)
Creates this operation set. |
|
| Method Summary | |
|---|---|
void |
addMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType type,
MessageWaitingListener listener)
Registers a MessageWaitingListener with this operation set so that it gets notifications of new and old messages waiting. |
void |
registrationStateChanged(RegistrationStateChangeEvent evt)
The method is called by a ProtocolProviderService
implementation whenever a change in the registration state of the
corresponding provider had occurred. |
void |
removeMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType type,
MessageWaitingListener listener)
Unregisters listener so that it won't receive any further notifications upon new messages waiting notifications delivery. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final String EVENT_PACKAGE
| Constructor Detail |
|---|
OperationSetMessageWaitingSipImpl(ProtocolProviderServiceSipImpl provider)
provider - | Method Detail |
|---|
public void addMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType type,
MessageWaitingListener listener)
addMessageWaitingNotificationListener in interface OperationSetMessageWaitingtype - register the listener for certain type of messages.listener - the MessageWaitingListener
to register.
public void removeMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType type,
MessageWaitingListener listener)
removeMessageWaitingNotificationListener in interface OperationSetMessageWaitingtype - register the listener for certain type of messages.listener - the MessageWaitingListener
to unregister.public void registrationStateChanged(RegistrationStateChangeEvent evt)
ProtocolProviderService
implementation whenever a change in the registration state of the
corresponding provider had occurred.
registrationStateChanged in interface RegistrationStateChangeListenerevt - the event describing the status change.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||