Package org.openehealth.ipf.boot.atna
Class ApplicationStopEventListener
java.lang.Object
org.openehealth.ipf.boot.atna.ApplicationStopEventListener
- All Implemented Interfaces:
EventListener
,ApplicationListener<ContextClosedEvent>
public class ApplicationStopEventListener
extends Object
implements ApplicationListener<ContextClosedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(@NonNull ContextClosedEvent contextClosedEvent) 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
-
ApplicationStopEventListener
-
-
Method Details
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextClosedEvent>
-