The GPSObserver Interface (v1.0)


A GPSObserver is an object that wants to be informed of GPS "sentences" (i.e., NMEA sentences).
This interface has the following method(s):
    /**
     * Handle GPS data
     *
     * @param data   The String containing the GPS data
     */
    public abstract void handleGPSData(String data);
  

Copyright 2007