cnrg.itx.signal.SignalEvent
Class DTMFSignalEvent

java.lang.Object
  |
  +--cnrg.itx.signal.SignalEvent.SignalEvent
        |
        +--cnrg.itx.signal.SignalEvent.DTMFSignalEvent

public class DTMFSignalEvent
extends SignalEvent

This class represents an event generated when a DTMF tone is received.


Field Summary
private  java.lang.String myDTMF
          String representation of the DTMF tone(s) received
 
Fields inherited from class cnrg.itx.signal.SignalEvent.SignalEvent
myDS, myInviteInfo, mySC
 
Constructor Summary
DTMFSignalEvent(InvitePacket ip, java.lang.String str)
          Default Constructor
 
Method Summary
 java.lang.String getDTMF()
           
 
Methods inherited from class cnrg.itx.signal.SignalEvent.SignalEvent
getDescription, getDesktopSignaling, getInvitePacket, getSenderID, getSenderLoc, getSignalConnection, setDesktopSignaling, setSignalConnection
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

myDTMF

private java.lang.String myDTMF
String representation of the DTMF tone(s) received
Constructor Detail

DTMFSignalEvent

public DTMFSignalEvent(InvitePacket ip,
                       java.lang.String str)
Default Constructor
Parameters:
ip - is the InvitePacket received
str - is the string representation of the DTMF tone(s)
Method Detail

getDTMF

public java.lang.String getDTMF()
Returns:
the string representation of the DTMF tone(s)