Class ApplicationReadyEvent

java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.application.ApplicationReadyEvent

public class ApplicationReadyEvent extends Event
This event is fired when the application has started and is ready. (ie. after ApplicationStartedEvent is fired) This custom event is needed as the ApplicationStartedEvent is a LifecycleEvent and is not handled by listeners that are registered in system-listeners.xml
  • Constructor Details

    • ApplicationReadyEvent

      public ApplicationReadyEvent(Object source)