Interface ReadyCallback
public interface ReadyCallback
Interface providing a callback method that is attached to the
ReadyIndicator
to receive a ready notification.- Since:
- 1
- Version:
- 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReady()Called from indicator to notify that it is ready.
-
Method Details
-
onReady
void onReady()Called from indicator to notify that it is ready.- Since:
- 1
-