Uses of Interface
org.refcodes.component.LifeCycleStatusHandle
-
-
Uses of LifeCycleStatusHandle in org.refcodes.component
Subinterfaces of LifeCycleStatusHandle in org.refcodes.component Modifier and Type Interface Description interface
CompositeComponentHandle<H,REF>
Similar to theCompositeComponent
, theCompositeComponentHandle
provides all the defined handle based functionality, implementing classes provide the means to invoke those methods in case them are supported by the referenced components.static interface
ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX>
TheConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle
is an automaton managing variousLifeCycleStatus
states forComponent
instances each related to a handle.static interface
LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>
TheLifeCycleComponentHandle.LifeCycleAutomatonHandle
is an automaton managing variousLifeCycleStatus
states forComponent
instances each related to a handle.
-