Class ConfigurableLifeCycleAutomatonImpl<CTX>

java.lang.Object
org.refcodes.component.ConfigurableLifeCycleAutomatonImpl<CTX>
Type Parameters:
CTX - the context used to initialize the implementing instance.
All Implemented Interfaces:
Configurable<CTX>, Configurable.ConfigureAutomaton<CTX>, ConfigurableLifeCycleComponent<CTX>, ConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>, Destroyable, Destroyable.DestroyAutomaton, InitializedAccessor, LifeCycleStatusAccessor, Pausable, Pausable.PauseAutomaton, Resumable, Resumable.ResumeAutomaton, RunningAccessor, Startable, Startable.StartAutomaton, Stoppable, Stoppable.StopAutomaton

public class ConfigurableLifeCycleAutomatonImpl<CTX>
extends Object
implements ConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>