Package ee.datel.dogis
Class ApplicationEnvironmentPreparedEventListener
java.lang.Object
ee.datel.dogis.ApplicationEnvironmentPreparedEventListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
public class ApplicationEnvironmentPreparedEventListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
ApplicationEnvironmentPreparedEvent listener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent applicationEvent) ApplicationEnvironmentPreparedEvent handler.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
ApplicationEnvironmentPreparedEventListener
public ApplicationEnvironmentPreparedEventListener()Constructor.
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent applicationEvent) ApplicationEnvironmentPreparedEvent handler.- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>- Parameters:
applicationEvent- the application event
-