location
Interface LocationListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LocationServer, LocationTester, SafeDistanceDetector
- public interface LocationListener
- extends java.util.EventListener
This interface must be implemented by any object that wishes
to receive location events.
- Version:
- 2.0
- Author:
- Chien-Liang Fok
Method Summary |
void |
locationChanged(LocationEvent le)
Method that is called by the event generator when
new location information is available. |
locationChanged
public void locationChanged(LocationEvent le)
- Method that is called by the event generator when
new location information is available.
- Parameters:
le
- the new location event.