JSR-043: JTAPI-1.4

javax.telephony.privatedata
Interface PrivateDataCallListener

All Superinterfaces:
CallListener, java.util.EventListener

public interface PrivateDataCallListener
extends CallListener

The PrivateDataCallListener interface reports the receipt of platform-specific call information. This interface extends the CallListener interfaces.

Since:
1.4
See Also:
CallListener, PrivateData, PrivateDataEvent

Method Summary
 void callPrivateData(PrivateDataEvent event)
          The callPrivateData method is called to report that call platform-specific information has sent.
 
Methods inherited from interface javax.telephony.CallListener
callActive, callEventTransmissionEnded, callInvalid, multiCallMetaMergeEnded, multiCallMetaMergeStarted, multiCallMetaTransferEnded, multiCallMetaTransferStarted, singleCallMetaProgressEnded, singleCallMetaProgressStarted, singleCallMetaSnapshotEnded, singleCallMetaSnapshotStarted
 

Method Detail

callPrivateData

public void callPrivateData(PrivateDataEvent event)
The callPrivateData method is called to report that call platform-specific information has sent.

Parameters:
event - A PrivateDataEvent with eventID PrivateDataEvent.PRIVATE_DATA_CALL_EVENT.
See Also:
PrivateDataEvent.PRIVATE_DATA_CALL_EVENT, PrivateData

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org