Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener

public interface DTMFListener
extends EventListener

A listener that would notify for incoming DTMF tones.

Author:
Damian Minkov

Method Summary
 void toneReceived(DTMFReceivedEvent evt)
          Called when a new incoming DTMFTone has been received.
 

Method Detail

toneReceived

void toneReceived(DTMFReceivedEvent evt)
Called when a new incoming DTMFTone has been received.

Parameters:
evt - the DTMFReceivedEvent containing the newly received tone.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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