Package org.openehealth.ipf.boot.atna
Class ApplicationStartEventListener
- java.lang.Object
-
- org.openehealth.ipf.boot.atna.ApplicationStartEventListener
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<ContextRefreshedEvent>
public class ApplicationStartEventListener extends Object implements ApplicationListener<ContextRefreshedEvent>
-
-
Constructor Summary
Constructors Constructor Description ApplicationStartEventListener(AuditContext auditContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(ContextRefreshedEvent contextRefreshedEvent)
-
-
-
Constructor Detail
-
ApplicationStartEventListener
public ApplicationStartEventListener(AuditContext auditContext)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ContextRefreshedEvent contextRefreshedEvent)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextRefreshedEvent>
-
-