com.drismo.logic
Interface NewLocationListener

All Known Implementing Classes:
MapMonitor, TripLogger

public interface NewLocationListener

Used by objects who listens for location updates. Listeners of this type is added to, and updated by the LocationHandler.


Method Summary
 void onNewLocation(android.location.Location loc)
          Fired when a new location is given.
 

Method Detail

onNewLocation

void onNewLocation(android.location.Location loc)
Fired when a new location is given.

Parameters:
loc - The new location.