org.qi4j.library.alarm
Interface AlarmListener


public interface AlarmListener

Listener for AlarmEvents. AlarmPoint classes will fire an AlarmEvent whenever its AlarmStatus is altered.

Note:Since AlarmStatus of an AlarmPoint may change implicitly, e.g. without proper execution of tha Java Virtual Machine, there are situations when the sequence of old state and new state in AlarmEvents will not match.


Method Summary
 void alarmFired(AlarmEvent event)
          Method signature of the AlarmListener.
 

Method Detail

alarmFired

void alarmFired(AlarmEvent event)
Method signature of the AlarmListener.

Parameters:
event - the event being fired.