com.atlassian.spring.container
Class ContainerContextLoadedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.spring.container.ContainerContextLoadedEvent
All Implemented Interfaces:
Serializable

public class ContainerContextLoadedEvent
extends org.springframework.context.ApplicationEvent

An event published when the ContainerContext has been fully loaded and the ContainerManager is ready for us.

See Also:
ContainerContext, ContainerContextLoaderListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContainerContextLoadedEvent(Object o)
           
 
Method Summary
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerContextLoadedEvent

public ContainerContextLoadedEvent(Object o)


Atlassian Spring is developed by Atlassian Software Systems.