Uses of Interface
org.refcodes.component.Configurable.ConfigureAutomaton
-
-
Uses of Configurable.ConfigureAutomaton in org.refcodes.component
Subinterfaces of Configurable.ConfigureAutomaton in org.refcodes.component Modifier and Type Interface Description static interface
ConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton<CTX>
A system implementing theConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton
interface supports managingConfigurableLifecycleComponent
instances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.Classes in org.refcodes.component that implement Configurable.ConfigureAutomaton Modifier and Type Class Description class
ConfigurableLifecycleAutomatonImpl<CTX>
This class implements aConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton
.
-