Class 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 Detail

      • SetupScreenConfigApplicationListener

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

      • onApplicationEvent

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