Class BootstrapContextInitialisedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.crowd.console.event.BootstrapContextInitialisedEvent
All Implemented Interfaces:
Serializable

public class BootstrapContextInitialisedEvent extends org.springframework.context.ApplicationEvent
An event indicating that the bootstrap context has been initialised.
See Also:
  • Constructor Details

    • BootstrapContextInitialisedEvent

      public BootstrapContextInitialisedEvent(Object source)
      Create a new ApplicationEvent.
      Parameters:
      source - the component that published the event (never null)