com.cisco.jtapi.extensions
Interface CiscoTone


public interface CiscoTone

The CiscoTone interface defines CTI Tone constant codes. CiscoToneChangedEv provides the getTone() method to return one of these constants. Only the ZIPZIP tone type is exposed to applications.


Field Summary
static int CALLWAITINGTONE
           
static int ZIP
           
static int ZIPZIP
          This interface defines the integer value for the ZIPZIP tone.
 

Field Detail

ZIPZIP

static final int ZIPZIP
This interface defines the integer value for the ZIPZIP tone. The CiscoToneChangedEv.getTone() interface returns an integer value for tone.

See Also:
CiscoToneChangedEv, Constant Field Values

ZIP

static final int ZIP
See Also:
Constant Field Values

CALLWAITINGTONE

static final int CALLWAITINGTONE
See Also:
Constant Field Values