Package org.refcodes.component
Interface InitializableComponent
-
- All Superinterfaces:
Component,Destroyable,Initializable
public interface InitializableComponent extends Component, Initializable
AInitializableComponentcan be initialized invoking the methodInitializable.initialize().
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.Destroyable
Destroyable.DestroyAutomaton
-
Nested classes/interfaces inherited from interface org.refcodes.component.Initializable
Initializable.InitializeAutomaton, Initializable.InitializeBuilder<B extends Initializable.InitializeBuilder<B>>, Initializable.UncheckedInitializable
-
-
Method Summary
-
Methods inherited from interface org.refcodes.component.Destroyable
destroy
-
Methods inherited from interface org.refcodes.component.Initializable
initialize, initializeUnchecked
-
-