Interface ReadyIndicator.ResetCallback
- Enclosing class:
- ReadyIndicator
public static interface ReadyIndicator.ResetCallback
Callback for when an indicator is reset
- Since:
- 9
- Version:
- 9
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReset()Called from indicator to notify that it is was reset.
-
Method Details
-
onReset
void onReset()Called from indicator to notify that it is was reset.- Since:
- 1
-