Package org.smallmind.nutsnbolts.spring
Class SpringContextRefreshedAnnouncer
- java.lang.Object
-
- org.smallmind.nutsnbolts.spring.SpringContextRefreshedAnnouncer
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public class SpringContextRefreshedAnnouncer extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
-
Constructor Summary
Constructors Constructor Description SpringContextRefreshedAnnouncer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)voidsetApplicationName(String applicationName)
-
-
-
Method Detail
-
setApplicationName
public void setApplicationName(String applicationName)
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
-