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 Constructor Description AbstractBootstrapApplicationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BootstrapManager
getBootstrapManager()
-
-
-
Method Detail
-
getBootstrapManager
protected BootstrapManager getBootstrapManager()
-
-