|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PrivateCallEv
interface sends platform-specific event
information to a CallObserver
. This interface extends the core
CallEv
interface. This event could be a stand-alone event for
private data that is not associated with any other event. This interface
could also be used to extend any other event for private data.
When used as a stand-alone event, the ID returned by Ev.getID()
should be the ID defined in this interface. When used to extend another
event to add private data to that event, the ID returned by
Ev.getID()
should be the ID defined in the other event
interface.
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 PrivateDataEvent
CallEv
,
CallObserver
,
PrivateData
Field Summary | |
static int |
ID
The Event ID. |
Method Summary | |
java.lang.Object |
getPrivateData()
Returns platform-specific information to the application. |
Methods inherited from interface javax.telephony.events.CallEv |
getCall |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
public static final int ID
Method Detail |
public java.lang.Object getPrivateData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |