-
- All Implemented Interfaces:
-
android.location.LocationListener
public class LocationListenerProxy implements LocationListener
-
-
Constructor Summary
Constructors Constructor Description LocationListenerProxy(LocationManager pLocationManager)
-
Method Summary
Modifier and Type Method Description booleanstartListening(LocationListener pListener, long pUpdateTime, float pUpdateDistance)voidstopListening()voidonLocationChanged(Location arg0)voidonProviderDisabled(String arg0)voidonProviderEnabled(String arg0)voidonStatusChanged(String arg0, int arg1, Bundle arg2)-
-
Constructor Detail
-
LocationListenerProxy
LocationListenerProxy(LocationManager pLocationManager)
-
-
Method Detail
-
startListening
boolean startListening(LocationListener pListener, long pUpdateTime, float pUpdateDistance)
-
stopListening
void stopListening()
-
onLocationChanged
void onLocationChanged(Location arg0)
-
onProviderDisabled
void onProviderDisabled(String arg0)
-
onProviderEnabled
void onProviderEnabled(String arg0)
-
onStatusChanged
void onStatusChanged(String arg0, int arg1, Bundle arg2)
-
-
-
-