javax.telephony.privatedata.events
Interface PrivateCallEv

All Superinterfaces:
CallEv, Ev

public interface PrivateCallEv
extends CallEv

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

See Also:
CallEv, CallObserver, PrivateData

Field Summary
static int ID
          The Event ID.
 
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
 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

ID

public static final int ID
The Event ID.

Since:
JTAPI v1.2
See Also:
Constant Field Values
Method Detail

getPrivateData

public java.lang.Object getPrivateData()
Returns platform-specific information to the application. The format of the data and the action that should be taken upon receipt of the data is platform-dependent.

Returns:
The platform-specific data.


Copyright © 2005 Avaya All Rights Reserved.