Uses of Interface
org.j4me.bluetoothgps.LocationListener

Packages that use LocationListener
org.j4me.bluetoothgps Extends the JSR-179 Location API to support Bluetooth GPS devices and improve consistency across vendor implementations. 
 

Uses of LocationListener in org.j4me.bluetoothgps
 

Methods in org.j4me.bluetoothgps with parameters of type LocationListener
 void MockLocationProvider.setLocationListener(LocationListener locationlistener, int interval, int timeout, int maxAge)
          Sets the listener that gets called when the setLocation and setState methods are called.
abstract  void LocationProvider.setLocationListener(LocationListener locationlistener, int interval, int timeout, int maxAge)
          Adds a LocationListener for updates at the defined interval.