Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface OperationSetIncomingDTMF

All Superinterfaces:
OperationSet
All Known Implementing Classes:
OperationSetIncomingDTMFSipImpl

public interface OperationSetIncomingDTMF
extends OperationSet

An OperationSet that allows us to receive DTMF tones through this protocol provider.

Author:
Damian Minkov

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.
 

Method Detail

addDTMFListener

void addDTMFListener(DTMFListener listener)
Registers the specified DTMFListener with this provider so that it could be notified when incoming DTMF tone is received.

Parameters:
listener - the listener to register with this provider.

removeDTMFListener

void removeDTMFListener(DTMFListener listener)
Removes the specified listener from the list of DTMF listeners.

Parameters:
listener - the listener to unregister.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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