java.lang.Object | +----cern.lhcias.csgui.Events.AlarmAdapter
This class is an event adapter which centrally manages the Alarm events. We prevent sending the same event with a frequency higher than 1 s.
public AlarmAdapter()
public synchronized void addAlarmListener(AlarmListener listener)
public synchronized void removeAlarmListener(AlarmListener listener)
public void receiveAlarm(AlarmEvent alarmevent)