Interface AlarmPipeline.RetiredCallback
- All Known Implementing Classes:
AlarmPipeline.RetiredCallback.NoOpRetiredCallback
- Enclosing interface:
- AlarmPipeline
public static interface AlarmPipeline.RetiredCallback
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
The lastAlarmEvent
has finished evaluation and the pipeline is now finished running.
-
Field Details
-
NO_OP_CALLBACK
-
-
Method Details
-
notifyRetired
void notifyRetired()The lastAlarmEvent
has finished evaluation and the pipeline is now finished running.
-