Package ch.mobi.mobitor
Class SetupScreenConfigApplicationListener
- java.lang.Object
-
- ch.mobi.mobitor.SetupScreenConfigApplicationListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component public class SetupScreenConfigApplicationListener extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
-
Constructor Summary
Constructors Constructor Description SetupScreenConfigApplicationListener(ch.mobi.mobitor.plugins.api.model.ScreensModel screensModel, ExtendableScreenConfigService extendableScreenConfigService, ExtendableScreenFactory extendableScreenFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
-
-
-
Constructor Detail
-
SetupScreenConfigApplicationListener
@Autowired public SetupScreenConfigApplicationListener(ch.mobi.mobitor.plugins.api.model.ScreensModel screensModel, ExtendableScreenConfigService extendableScreenConfigService, ExtendableScreenFactory extendableScreenFactory)
-
-