Uses of Interface
com.tccc.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.tccc.kos.commons.util.ready
Methods in com.tccc.kos.commons.util.ready with parameters of type ReadyCallbackModifier and TypeMethodDescriptionboolean
ReadyIndicator.isReady
(ReadyCallback callback) Determines if the given callback is ready to be called or not.void
ReadyIndicator.whenReady
(ReadyCallback callback) Calls the specified callback when ready.Constructors in com.tccc.kos.commons.util.ready with parameters of type ReadyCallbackModifierConstructorDescriptionMultiReady
(ReadyCallback target, Object... states) Creates aMultiReady
that will call the target callback once all the states are marked ready.