Interface Initializable

All Known Subinterfaces:
ComponentComposite, ComponentComposite.ExtendedComponentComposite<CTX,CON>, Initializable.InitializeAutomaton, Initializable.UncheckedInitializable, InitializableComponent, LifecycleComponent, LifecycleComponent.LifecycleAutomaton, LifecycleComponent.UncheckedLifecycleComponent
All Known Implementing Classes:
AbstractComponentComposite, AbstractComponentComposite.ExtendedCompositeComponentImpl, LifecycleAutomatonImpl, LifecycleAutomatonImpl.ManualLifecycleAutomatonImpl

public interface Initializable
This mixin might be implemented by a component in order to provide initializing facilities.

In case a context is to be provided to the initialize() method, you may use the Configurable interface with its Configurable.initialize(Object) method, which provides an argument specifying the context to be passed to the Component.