com.cisco.jtapi.extensions
Interface CiscoTermButtonPressedEv

All Superinterfaces:
CiscoEv, CiscoTermEv, javax.telephony.events.Ev, javax.telephony.events.TermEv

public interface CiscoTermButtonPressedEv
extends CiscoTermEv

CiscoTermButtonPressedEv event is delivered on the TerminalObserver when a button is pressed on the Terminal. To receive this event, an application must set the filter using ciscoTermEvFilter.setButtonPressedEnabled(true). The button pressed events respond only to the numeric keypad button presses on the Terminal as listed in the constants in this interface: 0-9, *, #, A, B, C, and D.

See Also:
CiscoTermEvFilter

Field Summary
static int CHARA
           
static int CHARB
           
static int CHARC
           
static int CHARD
           
static int EIGHT
           
static int FIVE
           
static int FOUR
           
static int ID
           
static int NINE
           
static int ONE
           
static int POUND
           
static int SEVEN
           
static int SIX
           
static int STAR
           
static int THREE
           
static int TWO
           
static int ZERO
           
 
Fields inherited from interface javax.telephony.events.Ev
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
 
Method Summary
 int getButtonPressed()
           
 
Methods inherited from interface javax.telephony.events.TermEv
getTerminal
 
Methods inherited from interface javax.telephony.events.Ev
getCause, getID, getMetaCode, getObserved, isNewMetaEvent
 

Field Detail

ZERO

static final int ZERO
See Also:
Constant Field Values

ONE

static final int ONE
See Also:
Constant Field Values

TWO

static final int TWO
See Also:
Constant Field Values

THREE

static final int THREE
See Also:
Constant Field Values

FOUR

static final int FOUR
See Also:
Constant Field Values

FIVE

static final int FIVE
See Also:
Constant Field Values

SIX

static final int SIX
See Also:
Constant Field Values

SEVEN

static final int SEVEN
See Also:
Constant Field Values

EIGHT

static final int EIGHT
See Also:
Constant Field Values

NINE

static final int NINE
See Also:
Constant Field Values

CHARA

static final int CHARA
See Also:
Constant Field Values

CHARB

static final int CHARB
See Also:
Constant Field Values

CHARC

static final int CHARC
See Also:
Constant Field Values

CHARD

static final int CHARD
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

POUND

static final int POUND
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values
Method Detail

getButtonPressed

int getButtonPressed()
Returns:
The button pressed on the Terminal