Class ApplicationReadyListener

java.lang.Object
com.atlassian.sal.crowd.lifecycle.ApplicationReadyListener

public class ApplicationReadyListener extends Object
Listens to ApplicationStartedEvent and XMLRestoreFinishedEvent and notifies lifecycle manager.
  • Constructor Details

  • Method Details

    • handleEvent

      @EventListener public void handleEvent(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)
    • afterRestore

      @EventListener public void afterRestore(XMLRestoreFinishedEvent event)
    • afterSetupComplete

      @EventListener public void afterSetupComplete(SetupComplete event)