Package uicc.usim.geolocation
Interface GeoLocationEventListener
- All Superinterfaces:
javacard.framework.Shareable
public interface GeoLocationEventListener
extends javacard.framework.Shareable
The
GeoLocationEventListener interface provides a callback interface for the
CAT Runtime Environment to send the result of a geographical operation to an applet.-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessGeoLocationEventListener(GeoLocationInfo geoLocInfo) Called by the CAT Runtime Environment to send the result of a geographical operation to an applet.
-
Method Details
-
processGeoLocationEventListener
Called by the CAT Runtime Environment to send the result of a geographical operation to an applet. The result is formatted either in the format of GAD shapes defined in TS 23.032 [14] or in the format of NMEA sentences defined in IEC 61162-1.This method executes in the context of the applet instance.
Exceptions thrown by this method are caught by the CAT Runtime Environment and ignored.
- Parameters:
geoLocInfo- object that provides the geo information received from the ME to the Applet. It's a Temporary JCRE Entry Point Object.
-