public interface GeoLocationEventListener extends Shareable
GeoLocationEventListener
interface provides a callback interface for the
CAT Runtime Environment to send the result of a geographical operation to an applet.Modifier and Type | Method and Description |
---|---|
void |
processGeoLocationEventListener(GeoLocationInfo geoLocInfo)
Called by the CAT Runtime Environment to send the result of a geographical operation
to an applet.
|
void processGeoLocationEventListener(GeoLocationInfo geoLocInfo)
This method executes in the context of the applet instance.
Exceptions thrown by this method are caught by the CAT Runtime Environment and ignored.
geoLocInfo
- object that provides the geo information received from the ME to the
Applet. It's a Temporary JCRE Entry Point Object.