Package ch.mobi.mobitor
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 Summary
ConstructorsConstructorDescriptionSetupScreenConfigApplicationListener(ch.mobi.mobitor.plugins.api.model.ScreensModel screensModel, ExtendableScreenConfigService extendableScreenConfigService, ExtendableScreenFactory extendableScreenFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent 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:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-