Interface java.telephony.privatedata.events.PrivateTermEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.privatedata.events.PrivateTermEv

public interface PrivateTermEv
extends Object
extends TermEv
Private Event interface to return information to a TerminalObserver. 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.

Method Index

 o getPrivateData()
Returns platform-specific information to the application.

Methods

 o 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