JSR-043: JTAPI-1.4

javax.telephony.privatedata
Interface PrivateDataEvent

All Superinterfaces:
Event

public interface PrivateDataEvent
extends Event

The PrivateDataEvent interface is the base event for all events in the privatedata package. Each event in this package must extend this interface. This event notifies the application via the corresponding listeners that platform-specific information was sent. This interface extends the core Event interface.

This interface contains the getPrivateData() method which returns a platform-specific information.

Since:
1.4
See Also:
PrivateDataAddressListener, PrivateDataCallListener, PrivateDataProviderListener, PrivateDataTerminalListener, PrivateData

Field Summary
static int PRIVATE_DATA_ADDRESS_EVENT
          The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
static int PRIVATE_DATA_CALL_EVENT
          The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
static int PRIVATE_DATA_PROVIDER_EVENT
          The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
static int PRIVATE_DATA_TERMINAL_EVENT
          The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
 
Fields inherited from interface javax.telephony.Event
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
 
Method Summary
 java.lang.Object getPrivateData()
          Returns platform-specific information to the application.
 
Methods inherited from interface javax.telephony.Event
getCause, getID, getMetaEvent, getSource
 

Field Detail

PRIVATE_DATA_ADDRESS_EVENT

public static final int PRIVATE_DATA_ADDRESS_EVENT
The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
See Also:
PrivateDataAddressListener

PRIVATE_DATA_CALL_EVENT

public static final int PRIVATE_DATA_CALL_EVENT
The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
See Also:
PrivateDataCallListener

PRIVATE_DATA_PROVIDER_EVENT

public static final int PRIVATE_DATA_PROVIDER_EVENT
The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
See Also:
PrivateDataProviderListener

PRIVATE_DATA_TERMINAL_EVENT

public static final int PRIVATE_DATA_TERMINAL_EVENT
The PRIVATE_DATA_ADDRESS_EVENT event sends platform-specific information to an PrivateDataAddressListener.
See Also:
PrivateDataTerminalListener
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.
See Also:
PrivateData

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org