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

Members

Functions

changed
void changed(LocationEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
changing
void changing(LocationEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

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