Class SiteContextsBootstrappedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.craftercms.engine.event.SiteContextsBootstrappedEvent
All Implemented Interfaces:
Serializable

public class SiteContextsBootstrappedEvent extends org.springframework.context.ApplicationEvent
Application event triggered when all site contexts have been created in startup.
Author:
avasquez
See Also:
  • Constructor Details

    • SiteContextsBootstrappedEvent

      public SiteContextsBootstrappedEvent(Object source)
      Create a new ApplicationEvent.
      Parameters:
      source - the object on which the event initially occurred (never null)