Interface InitializedAccessor

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a initialized property.
    static interface 
    Provides a initialized property.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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 of Initializable.initialize() or Configurable.initialize(Object).
      Returns:
      True in case of being initialized (returns the is-initialized property stored by the initialized property).