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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(@NonNull ContextRefreshedEvent contextRefreshedEvent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
ApplicationStartEventListener
-
-
Method Details
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextRefreshedEvent>
-