Interface CockpitModulesApplicationContextInitializer

  • All Superinterfaces:
    org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, java.util.EventListener
    All Known Implementing Classes:
    CockpitModuleComponentDefinitionService

    public interface CockpitModulesApplicationContextInitializer
    extends org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Initializes cockpit modules context.
    • Method Detail

      • initializeCockpitModulesApplicationContext

        @Deprecated(since="1808",
                    forRemoval=true)
        void initializeCockpitModulesApplicationContext​(javax.servlet.ServletContext servletContext)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 1808, use ApplicationListener.onApplicationEvent(ApplicationEvent) instead
      • isInitialized

        boolean isInitialized()
        Returns:
        true if application has bean successfully initialized