Uses of Interface
javax.microedition.location.LocationProvider

Packages that use LocationProvider
javax.microedition.location   
 

Uses of LocationProvider in javax.microedition.location
 

Methods in javax.microedition.location that return LocationProvider
static LocationProvider LocationProviderManager.getLocationProvider()
          This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
 

Methods in javax.microedition.location with parameters of type LocationProvider
static void LocationProviderManager.register(LocationProvider provider)
           
static void LocationProviderManager.unregister(LocationProvider provider)
           
 void LocationListener.locationUpdated(LocationProvider provider, Location location)
          Called by the LocationProvider to which this listener is registered.
 void LocationListener.providerStateChanged(LocationProvider provider, int newState)
          Called by the LocationProvider to which this listener is registered if the state of the LocationProvider has changed.