public interface AlarmListener
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.
| Modifier and Type | Method and Description |
|---|---|
void |
alarmFired(AlarmEvent event)
Method signature of the AlarmListener.
|
void alarmFired(AlarmEvent event)
event - the event being fired.