Package org.yamcs.alarms
Interface AlarmListener<T>
- All Known Implementing Classes:
AlarmStreamer,EventAlarmStreamer,ParameterAlarmStreamer
public interface AlarmListener<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifySeverityIncrease(ActiveAlarm<T> activeAlarm) default voidnotifyShutdown(ActiveAlarm<T> alarm) Called when the alarm server is shutting down.voidnotifyUpdate(AlarmNotificationType notificationType, ActiveAlarm<T> activeAlarm) voidnotifyValueUpdate(ActiveAlarm<T> activeAlarm)
-
Method Details
-
notifyUpdate
-
notifySeverityIncrease
-
notifyValueUpdate
-
notifyShutdown
Called when the alarm server is shutting down.
-