|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoTermButtonPressedEv
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.
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 |
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.Ev |
---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Methods inherited from interface javax.telephony.events.TermEv |
---|
getTerminal |
Methods inherited from interface javax.telephony.events.Ev |
---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
---|
static final int ZERO
static final int ONE
static final int TWO
static final int THREE
static final int FOUR
static final int FIVE
static final int SIX
static final int SEVEN
static final int EIGHT
static final int NINE
static final int CHARA
static final int CHARB
static final int CHARC
static final int CHARD
static final int STAR
static final int POUND
static final int ID
Method Detail |
---|
int getButtonPressed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |