dk.itu.haas.GPS.services
Interface IAlarmListener

All Known Implementing Classes:
AreaAlarmDemo

public interface IAlarmListener

This interface allows a class to listen on an AreaAlarm.


Method Summary
 void enteredAlarm()
          This method is called by the AreaAlarm when the GPS enters the area.
 void exitedAlarm()
          This method is called by the AreaAlarm when the GPS exists the area.
 

Method Detail

exitedAlarm

public void exitedAlarm()
This method is called by the AreaAlarm when the GPS exists the area.


enteredAlarm

public void enteredAlarm()
This method is called by the AreaAlarm when the GPS enters the area.