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 Details

    • AbstractBootstrapApplicationListener

      public AbstractBootstrapApplicationListener()
  • Method Details