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 classAlarmPipeline.RetiredCallback.NoOpRetiredCallback 
- 
Field Summary
Fields Modifier and Type Field Description static AlarmPipeline.RetiredCallbackNO_OP_CALLBACK 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyRetired()The lastAlarmEventhas 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 lastAlarmEventhas finished evaluation and the pipeline is now finished running. 
 - 
 
 -