com.atlassian.crowd.event.application
Class ApplicationReadyEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by 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 Summary
ApplicationReadyEvent(Object source)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationReadyEvent

public ApplicationReadyEvent(Object source)


Copyright © 2013 Atlassian. All Rights Reserved.