Interface java.telephony.privatedata.events.PrivateCallEv All Packages Class Hierarchy This Package Previous Next Index Interface java.telephony.privatedata.events.PrivateCallEv public interface PrivateCallEv extends Object extends CallEv Private Event interface to return information to a CallObserver. This event could be a stand-alone object 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 that is associated with particular events. getPrivateData() Returns platform-specific information to the application. getPrivateData public abstract 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: s The platform-specific data. All Packages Class Hierarchy This Package Previous Next Index