Class ConfigurationEvent
java.lang.Object
org.craftercms.studio.api.v2.event.StudioEvent
org.craftercms.studio.api.v2.event.SiteAwareEvent
org.craftercms.studio.api.v2.event.content.ContentEvent
org.craftercms.studio.api.v2.event.content.ConfigurationEvent
- All Implemented Interfaces:
BroadcastEvent
,SiteBroadcastEvent
Event triggered when a configuration file is changed
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
Fields inherited from class org.craftercms.studio.api.v2.event.content.ContentEvent
targetPath, waitForCompletion
Fields inherited from class org.craftercms.studio.api.v2.event.SiteAwareEvent
siteId
Fields inherited from class org.craftercms.studio.api.v2.event.StudioEvent
timestamp, user
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationEvent
(org.springframework.security.core.Authentication authentication, String siteId, String targetPath) -
Method Summary
Methods inherited from class org.craftercms.studio.api.v2.event.content.ContentEvent
getTargetPath, isWaitForCompletion, toString
Methods inherited from class org.craftercms.studio.api.v2.event.SiteAwareEvent
getSiteId
Methods inherited from class org.craftercms.studio.api.v2.event.StudioEvent
getTimestamp, getUser
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.craftercms.studio.api.v2.event.SiteBroadcastEvent
getSiteId
-
Constructor Details
-
ConfigurationEvent
-
-
Method Details
-
getEventType
- Specified by:
getEventType
in interfaceBroadcastEvent
- Overrides:
getEventType
in classContentEvent
-