Interface AlarmPipeline.RetiredCallback
- All Known Implementing Classes:
- AlarmPipeline.RetiredCallback.NoOpRetiredCallback
- Enclosing interface:
- AlarmPipeline
public static interface AlarmPipeline.RetiredCallback
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic class
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidThe lastAlarmEventhas finished evaluation and the pipeline is now finished running.
- 
Field Details- 
NO_OP_CALLBACK
 
- 
- 
Method Details- 
notifyRetiredvoid notifyRetired()The lastAlarmEventhas finished evaluation and the pipeline is now finished running.
 
-