android.location
Interface LocationListener


public interface LocationListener


Method Summary
 void onLocationChanged(Location location)
           
 void onProviderDisabled(String provider)
           
 void onProviderEnabled(String provider)
           
 void onStatusChanged(String provider, int status, Bundle extras)
           
 

Method Detail

onLocationChanged

void onLocationChanged(Location location)

onStatusChanged

void onStatusChanged(String provider,
                     int status,
                     Bundle extras)

onProviderEnabled

void onProviderEnabled(String provider)

onProviderDisabled

void onProviderDisabled(String provider)


Copyright © 2008-2012. All Rights Reserved.