Class SetupScreenConfigApplicationListener

java.lang.Object
ch.mobi.mobitor.SetupScreenConfigApplicationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Component public class SetupScreenConfigApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
  • Constructor Details

    • SetupScreenConfigApplicationListener

      @Autowired public SetupScreenConfigApplicationListener(ch.mobi.mobitor.plugins.api.model.ScreensModel screensModel, ExtendableScreenConfigService extendableScreenConfigService, ExtendableScreenFactory extendableScreenFactory)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>