location
Interface GpsInfoListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LocationServer, LocationTester
- public interface GpsInfoListener
- extends java.util.EventListener
This interface must be implemented by any object that wishes
to receive GpsInfoEvent events.
- Author:
- Emanuele Cordone
Method Summary |
void |
newGpsInfo(GpsInfoEvent gpsinfo)
Method that is called by the event generator when
new gps information is available. |
newGpsInfo
public void newGpsInfo(GpsInfoEvent gpsinfo)
- Method that is called by the event generator when
new gps information is available.
- Parameters:
gpsinfo
- The new gpsinfoevent.