Class WindowListener

  • All Implemented Interfaces:
    android.location.LocationListener

    public class WindowListener
    extends Object
    implements android.location.LocationListener
    Location Listener that windows at a window rate.
    • Method Detail

      • enableDebug

        public void enableDebug()
      • disableDebug

        public void disableDebug()
      • onLocationChanged

        public void onLocationChanged​(android.location.Location location)
        Specified by:
        onLocationChanged in interface android.location.LocationListener
      • onProviderDisabled

        public void onProviderDisabled​(String provider)
        Specified by:
        onProviderDisabled in interface android.location.LocationListener
      • onProviderEnabled

        public void onProviderEnabled​(String provider)
        Specified by:
        onProviderEnabled in interface android.location.LocationListener
      • onStatusChanged

        public void onStatusChanged​(String provider,
                                    int status,
                                    android.os.Bundle extras)
        Specified by:
        onStatusChanged in interface android.location.LocationListener