Package com.atlassian.confluence.setup
Class AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent>
java.lang.Object
com.atlassian.confluence.setup.AbstractBootstrapApplicationListener<E>
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<E>
- Direct Known Subclasses:
BootstrapApplicationShutdownListener
,BootstrapApplicationStartupListener
public abstract class AbstractBootstrapApplicationListener<E extends org.springframework.context.ApplicationEvent>
extends Object
implements org.springframework.context.ApplicationListener<E>
- Since:
- 5.10
-
Constructor Summary
Constructors -
Method Summary
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
onApplicationEvent, supportsAsyncExecution
-
Constructor Details
-
AbstractBootstrapApplicationListener
public AbstractBootstrapApplicationListener()
-
-
Method Details
-
getBootstrapManager
-