Uses of Interface
com.kosdev.kos.commons.util.ready.ReadyCallback
Packages that use ReadyCallback
Package
Description
Contains classes and interfaces used by the bean context to control
ready processing.
-
Uses of ReadyCallback in com.kosdev.kos.commons.util.ready
Methods in com.kosdev.kos.commons.util.ready with parameters of type ReadyCallbackModifier and TypeMethodDescriptionbooleanReadyIndicator.isReady(ReadyCallback callback) Returns true if the indicator is ready.voidReadyIndicator.remove(ReadyCallback callback) Remove theReadyCallbackfrom the ready lists.voidReadyIndicator.whenReady(ReadyCallback callback) Calls the specified callback when ready.voidReadyIndicator.whenReadyRecurring(ReadyCallback callback) Calls the specified callback when ready.