public class LocationListenerProxy extends Object implements LocationListener
Constructor and Description |
---|
LocationListenerProxy(LocationManager pLocationManager) |
Modifier and Type | Method and Description |
---|---|
void |
onLocationChanged(Location arg0) |
void |
onProviderDisabled(String arg0) |
void |
onProviderEnabled(String arg0) |
void |
onStatusChanged(String arg0,
int arg1,
Bundle arg2) |
boolean |
startListening(LocationListener pListener,
long pUpdateTime,
float pUpdateDistance) |
void |
stopListening() |
public LocationListenerProxy(LocationManager pLocationManager)
public boolean startListening(LocationListener pListener, long pUpdateTime, float pUpdateDistance)
public void stopListening()
public void onLocationChanged(Location arg0)
onLocationChanged
in interface LocationListener
public void onProviderDisabled(String arg0)
onProviderDisabled
in interface LocationListener
public void onProviderEnabled(String arg0)
onProviderEnabled
in interface LocationListener
public void onStatusChanged(String arg0, int arg1, Bundle arg2)
onStatusChanged
in interface LocationListener