LocationAdapter

This adapter class provides default implementations for the methods described by the {@link LocationListener} interface. <p> Classes that wish to deal with {@link LocationEvent}'s can extend this class and override only the methods which they are interested in. </p>

@since 3.0

abstract
class LocationAdapter : LocationListener {}

Inherited Members

From LocationListener

changing
void changing(LocationEvent event)

This method is called when the current location is about to be changed. <p>

changed
void changed(LocationEvent event)

This method is called when the current location is changed. <p>

Meta