Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.neomedia.event
Interface DTMFListener


public interface DTMFListener

The purpose of a DTMFListener is to notify implementors when new DMTF tones are received by this MediaService implementation.

Author:
Emil Ivov

Method Summary
 void dtmfToneReceptionEnded(DTMFToneEvent event)
          Indicates that reception of a DTMF tone has stopped.
 void dtmfToneReceptionStarted(DTMFToneEvent event)
          Indicates that we have started receiving a DTMFTone.
 

Method Detail

dtmfToneReceptionStarted

void dtmfToneReceptionStarted(DTMFToneEvent event)
Indicates that we have started receiving a DTMFTone.

Parameters:
event - the DTMFToneEvent instance containing the DTMFTone

dtmfToneReceptionEnded

void dtmfToneReceptionEnded(DTMFToneEvent event)
Indicates that reception of a DTMF tone has stopped.

Parameters:
event - the DTMFToneEvent instance containing the DTMFTone

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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