Class SiteContextDestroyedEvent

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

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

    • SiteContextDestroyedEvent

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