Class SiteContextCreatedEvent

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

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

    • SiteContextCreatedEvent

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