
public class LocationListenerProxy extends Object
| 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)
public void onProviderDisabled(String arg0)
public void onProviderEnabled(String arg0)
public void onStatusChanged(String arg0, int arg1, Bundle arg2)