Uses of Interface
javax.microedition.location.ProximityListener

Packages that use ProximityListener
javax.microedition.location Location API 
 

Uses of ProximityListener in javax.microedition.location
 

Methods in javax.microedition.location with parameters of type ProximityListener
static void LocationProvider.addProximityListener(ProximityListener listener, Coordinates coordinates, float proximityRadius)
          Adds a ProximityListener for updates when proximity to the specified coordinates is detected.
static void LocationProvider.removeProximityListener(ProximityListener listener)
          Removes a ProximityListener from the list of recipients for updates.