|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PhoneEv is the base event for all events in the Phone package. Each event in this package must extend this interface. This interface is not meant to be a public interface, it is just a building block for other event interfaces.
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
The PhoneEv interface contains getPhoneCause(), which returns the reason for the event.
Field Summary | |
static int |
CAUSE_NORMAL
Cause code indicating normal operation |
static int |
CAUSE_UNKNOWN
Cause code indicating the cause was unknown |
Method Summary | |
int |
getPhoneCause()
Returns the phone and core causes associated with this event. |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
public static final int CAUSE_NORMAL
public static final int CAUSE_UNKNOWN
Method Detail |
public int getPhoneCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |