- All Known Subinterfaces:
Configurable.ConfigureAutomaton<CTX>
,ConfigurableLifecycleComponent.ConfigurableLifecycleAutomaton<CTX>
,Initializable.InitializeAutomaton
,InitializedAccessor.InitializedProperty
,LifecycleComponent.LifecycleAutomaton
- All Known Implementing Classes:
ConfigurableLifecycleAutomatonImpl
,LifecycleMachine
,LifecycleMachine.ManualLifecycleMachine
public interface InitializedAccessor
Provides an accessor for a initialized property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for a initialized property.static interface
Provides a initialized property. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the is-initialized property from the initialized property.
-
Method Details
-
isInitialized
boolean isInitialized()Retrieves the is-initialized property from the initialized property. Determines whether the component is initialized. A component is initialized after being initialized as ofInitializable.initialize()
orConfigurable.initialize(Object)
.- Returns:
- True in case of being initialized (returns the is-initialized property stored by the initialized property).
-