org.android.activityminer.logic.devices
Class LocationDataSource.InternalLoactionListener
java.lang.Object
org.android.activityminer.logic.devices.LocationDataSource.InternalLoactionListener
- All Implemented Interfaces:
- LocationListener
- Enclosing class:
- LocationDataSource
private class LocationDataSource.InternalLoactionListener
- extends Object
- implements LocationListener
The location listener.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationDataSource.InternalLoactionListener
private LocationDataSource.InternalLoactionListener()
onStatusChanged
public final void onStatusChanged(String provider,
int status,
Bundle extras)
- Specified by:
onStatusChanged
in interface LocationListener
onProviderEnabled
public final void onProviderEnabled(String provider)
- Specified by:
onProviderEnabled
in interface LocationListener
onProviderDisabled
public final void onProviderDisabled(String provider)
- Specified by:
onProviderDisabled
in interface LocationListener
onLocationChanged
public final void onLocationChanged(Location location)
- Specified by:
onLocationChanged
in interface LocationListener