Package pl.matsuo.core.model.converter
Class ConverterAutowiringContextListener
java.lang.Object
pl.matsuo.core.model.converter.ConverterAutowiringContextListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component public class ConverterAutowiringContextListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
Constructor Summary
Constructors Constructor Description ConverterAutowiringContextListener() -
Method Summary
Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
ConverterAutowiringContextListener
public ConverterAutowiringContextListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-