org.android.activityminer.logic.devices
Class LocationDataSource.InternalLoactionListener

Package class diagram package LocationDataSource.InternalLoactionListener
java.lang.Object
  extended by 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.


Constructor Summary
private LocationDataSource.InternalLoactionListener()
           
 
Method Summary
 void onLocationChanged(Location location)
           
 void onProviderDisabled(String provider)
           
 void onProviderEnabled(String provider)
           
 void onStatusChanged(String provider, int status, Bundle extras)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationDataSource.InternalLoactionListener

private LocationDataSource.InternalLoactionListener()
Method Detail

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