JSR-043: JTAPI-1.4

javax.telephony.privatedata.events
Interface PrivateTermEv

All Superinterfaces:
Ev, TermEv

Deprecated. as of JTAPI 1.4, replaced by PrivateDataEvent

public interface PrivateTermEv
extends TermEv

The PrivateTermEv interface sends platform-specific event information to a TerminalObserver. This interface extends the core TermEv 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.

See Also:
TermEv, TerminalObserver, PrivateData

Field Summary
static int ID
          Deprecated. 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()
          Deprecated. Returns platform-specific information to the application.
 
Methods inherited from interface javax.telephony.events.TermEv
getTerminal
 
Methods inherited from interface javax.telephony.events.Ev
getCause, getID, getMetaCode, getObserved, isNewMetaEvent
 

Field Detail

ID

public static final int ID
Deprecated. 
The Event ID.

Since:
JTAPI v1.2
Method Detail

getPrivateData

public java.lang.Object getPrivateData()
Deprecated. 
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.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org