Uses of Interface
com.openlapi.ProximityListener

Packages that use ProximityListener
com.openlapi   
 

Uses of ProximityListener in com.openlapi
 

Methods in com.openlapi 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.