|
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.OperationSetIncomingDTMFSipImpl
public class OperationSetIncomingDTMFSipImpl
An OperationSet that allows us to receive DMF tones through this protocol provider.
| Constructor Summary | |
|---|---|
OperationSetIncomingDTMFSipImpl(ProtocolProviderServiceSipImpl provider,
OperationSetDTMFSipImpl opsetDTMFSip)
Creates operation set. |
|
| Method Summary | |
|---|---|
void |
addDTMFListener(DTMFListener listener)
Registers the specified DTMFListener with this provider so that it could be notified when incoming DTMF tone is received. |
void |
removeDTMFListener(DTMFListener listener)
Removes the specified listener from the list of DTMF listeners. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
OperationSetIncomingDTMFSipImpl(ProtocolProviderServiceSipImpl provider,
OperationSetDTMFSipImpl opsetDTMFSip)
provider - the parent provideropsetDTMFSip - the dtmf implementation.| Method Detail |
|---|
public void addDTMFListener(DTMFListener listener)
addDTMFListener in interface OperationSetIncomingDTMFlistener - the listener to register with this provider.public void removeDTMFListener(DTMFListener listener)
removeDTMFListener in interface OperationSetIncomingDTMFlistener - the listener to unregister.
|
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 | |||||||||