location
Interface LocationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FakeGPSgui, 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.
 

Method Detail

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.