- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for a initialized property.static interfaceProvides a initialized property. -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves 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).
-