Class InitLegacySingletonsApplicationRunner

java.lang.Object
org.bidib.wizard.startup.InitLegacySingletonsApplicationRunner
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.bidib.wizard.common.event.WizardApplicationReadyEvent>

@Component @Order(1) public class InitLegacySingletonsApplicationRunner extends Object implements org.springframework.context.ApplicationListener<org.bidib.wizard.common.event.WizardApplicationReadyEvent>
  • Constructor Details

    • InitLegacySingletonsApplicationRunner

      public InitLegacySingletonsApplicationRunner()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.bidib.wizard.common.event.WizardApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.bidib.wizard.common.event.WizardApplicationReadyEvent>