Class SiteContextInitializedEvent

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

public class SiteContextInitializedEvent extends SiteEvent
Event published when a new SiteContext has been initialized.
Author:
avasquez
See Also:
  • Constructor Details

    • SiteContextInitializedEvent

      public SiteContextInitializedEvent(SiteContext siteContext)
      Create a new event.
      Parameters:
      siteContext - the site's context