|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ButtonInfoEv interface extends the PhoneTermEv interface and is reported via the PhoneTermObserver interface. This event interface indicates the information associated with a button component has changed.
Avaya is providing its backward-compatible Observer model implementation in this release; in the specification this interface is deprecated as of JTAPI 1.4, replaced by PhoneTerminalEvent
Applications may obtain the new information associated with this button via the getInfo() method on this interface. The old information (before the change) may be obtained via the getOldInfo() method on this interface.
Field Summary | |
static int |
ID
Event id |
Fields inherited from interface javax.telephony.phone.events.PhoneEv |
CAUSE_NORMAL, CAUSE_UNKNOWN |
Method Summary | |
java.lang.String |
getInfo()
Returns the button information. |
java.lang.String |
getOldInfo()
Returns the information previously associated with this button. |
Methods inherited from interface javax.telephony.phone.events.PhoneTermEv |
getComponent, getComponentGroup |
Methods inherited from interface javax.telephony.phone.events.PhoneEv |
getPhoneCause |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Methods inherited from interface javax.telephony.events.TermEv |
getTerminal |
Field Detail |
public static final int ID
Method Detail |
public java.lang.String getInfo()
public java.lang.String getOldInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |