|
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 | |||||||||
public interface DTMFListener
The purpose of a DTMFListener is to notify implementors when new DMTF tones are received by this MediaService implementation.
| 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 |
|---|
void dtmfToneReceptionStarted(DTMFToneEvent event)
event - the DTMFToneEvent instance containing the
DTMFTonevoid dtmfToneReceptionEnded(DTMFToneEvent event)
event - the DTMFToneEvent instance containing the
DTMFTone
|
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 | |||||||||