dk.itu.haas.GPS
Interface IGPSlistener

All Known Implementing Classes:
AreaAlarm, AreaAlarmDemo

public interface IGPSlistener

This interface is used to receive notification each time the GPS transmits one of the common data, ie. position, time and date.


Method Summary
 void dateReceived(IDate d)
          Invoked when the GPS transmits date-data.
 void positionReceived(IPosition pos)
          Invoked when the GPS transmits position-data.
 void timeReceived(ITime t)
          Invoked when the GPS transmits time-data.
 

Method Detail

timeReceived

public void timeReceived(ITime t)
Invoked when the GPS transmits time-data.


dateReceived

public void dateReceived(IDate d)
Invoked when the GPS transmits date-data.


positionReceived

public void positionReceived(IPosition pos)
Invoked when the GPS transmits position-data.