Class 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:
  • Constructor Details

    • ContextStartedEvent

      public ContextStartedEvent(ApplicationContext source)
      Create a new ContextStartedEvent.
      Parameters:
      source - the ApplicationContext that has been started (must not be null)