com.atlassian.sal.crowd.lifecycle
Class ApplicationReadyListener

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

public class ApplicationReadyListener
extends java.lang.Object

Listens to ApplicationStartedEvent and XMLRestoreFinishedEvent and notifies lifecycle manager.


Constructor Summary
ApplicationReadyListener(CrowdLifecycleManager lifecycleManager)
           
 
Method Summary
 void afterRestore(XMLRestoreFinishedEvent event)
           
 void handleEvent(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationReadyListener

public ApplicationReadyListener(CrowdLifecycleManager lifecycleManager)
Method Detail

handleEvent

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

afterRestore

@EventListener
public void afterRestore(XMLRestoreFinishedEvent event)


Copyright © 2012 Atlassian. All Rights Reserved.