public class SiteContextDestroyedEvent
extends org.springframework.context.ApplicationEvent
SiteContext
is destroyed.Modifier and Type | Field and Description |
---|---|
protected SiteContext |
siteContext |
source
Constructor and Description |
---|
SiteContextDestroyedEvent(SiteContext siteContext,
Object source)
Create a new event.
|
Modifier and Type | Method and Description |
---|---|
SiteContext |
getSiteContext() |
getSource, toString
protected SiteContext siteContext
public SiteContextDestroyedEvent(SiteContext siteContext, Object source)
siteContext
- the SiteContext destroyedsource
- the component that published the event (never null
)public SiteContext getSiteContext()
Copyright © 2020 CrafterCMS. All rights reserved.