Interface LifeCycleAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isInitialized()
      If other Managers are dependent on this manager, they may need to be aware of the initialization state.
    • Method Detail

      • isInitialized

        boolean isInitialized()
        If other Managers are dependent on this manager, they may need to be aware of the initialization state. This can help resolve circular dependencies at startup.
        Returns: