org.springframework.context.event
Class ContextStartedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ContextStartedEvent
- All Implemented Interfaces:
- Serializable
public class ContextStartedEvent
- extends ApplicationContextEvent
Event raised when an ApplicationContext
gets started.
- Since:
- 2.5
- Author:
- Mark Fisher, Juergen Hoeller
- See Also:
ContextStoppedEvent
,
Serialized Form
ContextStartedEvent
public ContextStartedEvent(ApplicationContext source)
- Create a new ContextStartedEvent.
- Parameters:
source
- the ApplicationContext
that has been started
(must not be null
)