Interface java.telephony.privatedata.events.PrivateAddrEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.privatedata.events.PrivateAddrEv
- public interface PrivateAddrEv
- extends Object
- extends AddrEv
Private Event interface to return information to a AddressObserver. 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