org.iu.gps
Interface GPSListener

All Known Implementing Classes:
MapView, VRMI

public interface GPSListener

The GPS driver calls gpsEvent on all registered GPS listeners.


Method Summary
 void gpsEvent(GPSInfo gi)
          GPS Callback.
 

Method Detail

gpsEvent

public void gpsEvent(GPSInfo gi)
GPS Callback. Called everytime the GPS driver has new GPS data available.
Parameters:
gi - Current GPSInfo.