Interface AlarmPipeline.RetiredCallback
-
- All Known Implementing Classes:
AlarmPipeline.RetiredCallback.NoOpRetiredCallback
- Enclosing interface:
- AlarmPipeline
public static interface AlarmPipeline.RetiredCallback
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AlarmPipeline.RetiredCallback.NoOpRetiredCallback
-
Field Summary
Fields Modifier and Type Field Description static AlarmPipeline.RetiredCallback
NO_OP_CALLBACK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyRetired()
The lastAlarmEvent
has finished evaluation and the pipeline is now finished running.
-
-
-
Field Detail
-
NO_OP_CALLBACK
static final AlarmPipeline.RetiredCallback NO_OP_CALLBACK
-
-
Method Detail
-
notifyRetired
void notifyRetired()
The lastAlarmEvent
has finished evaluation and the pipeline is now finished running.
-
-