public class GPSListener
extends java.lang.Object
implements android.location.LocationListener
Constructor and Description |
---|
GPSListener(android.database.sqlite.SQLiteDatabase database) |
Modifier and Type | Method and Description |
---|---|
void |
onLocationChanged(android.location.Location location) |
void |
onProviderDisabled(java.lang.String provider) |
void |
onProviderEnabled(java.lang.String provider) |
void |
onStatusChanged(java.lang.String provider,
int status,
android.os.Bundle extras) |
public void onLocationChanged(android.location.Location location)
onLocationChanged
in interface android.location.LocationListener
public void onProviderDisabled(java.lang.String provider)
onProviderDisabled
in interface android.location.LocationListener
public void onProviderEnabled(java.lang.String provider)
onProviderEnabled
in interface android.location.LocationListener
public void onStatusChanged(java.lang.String provider, int status, android.os.Bundle extras)
onStatusChanged
in interface android.location.LocationListener