|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.avaya.conferencing.api.acp.control.events.DTMFEvent
public class DTMFEvent
A DTMF event.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DTMFEvent(EndPoint source,
java.lang.String dtmf,
long sequenceNumber)
Constructs a prototypical Event. |
|
DTMFEvent(EndPoint source,
java.lang.String dtmf,
long sequenceNumber,
double signalToNoiseRatio)
Constructs a prototypical Event. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDtmf()
Method getDtmf returns the DTMF of this DTMFEvent object. |
long |
getSequenceNumber()
Returns the sequence number of this DTMF event. |
java.lang.Double |
getSignalToNoiseRatio()
Returns the signal-to-noise ratio of the DTMF event or null if this information is not available. |
EndPoint |
getSource()
The EndPoint which generated this Event. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DTMFEvent(EndPoint source,
java.lang.String dtmf,
long sequenceNumber)
source - The object on which the Event initially occurred.dtmf - The DTMF event.sequenceNumber - For any individual source object, the sequence number must be an increased by at least one
for each DTMF event generated.
java.lang.IllegalArgumentException - if source is null.
public DTMFEvent(EndPoint source,
java.lang.String dtmf,
long sequenceNumber,
double signalToNoiseRatio)
source - The object on which the Event initially occurred.dtmf - The DTMF event.sequenceNumber - For any individual source object, the sequence number must be an increased by at least
one for each DTMF event generated.signalToNoiseRatio - The signal-to-noise ratio of the DTMF digit(s) in the event.
java.lang.IllegalArgumentException - if source is null.| Method Detail |
|---|
public java.lang.String getDtmf()
public long getSequenceNumber()
public java.lang.Double getSignalToNoiseRatio()
null if this information is not available.
null if this information is not available.public java.lang.String toString()
toString in class java.util.EventObjectpublic EndPoint getSource()
getSource in class java.util.EventObject
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||