Package com.tccc.kos.commons.util.ready
Interface ReadyCallback
public interface ReadyCallback
Interface providing a callback method that is attached to the
ReadyIndicator
to receive a ready notification.- Since:
- 1.0
- Version:
- 2022-05-19
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onReady()
Called from indicator to notify that it is ready.
-
Method Details
-
onReady
void onReady()Called from indicator to notify that it is ready.
-