Class PublishEvent
java.lang.Object
org.craftercms.studio.api.v2.event.StudioEvent
org.craftercms.studio.api.v2.event.SiteAwareEvent
org.craftercms.studio.api.v2.event.publish.PublishEvent
- All Implemented Interfaces:
BroadcastEvent,SiteBroadcastEvent
Event triggered when items are published
Note:For now this only triggered when items are processed in the publishing queue
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
Fields inherited from class org.craftercms.studio.api.v2.event.SiteAwareEvent
siteIdFields inherited from class org.craftercms.studio.api.v2.event.StudioEvent
timestamp, user -
Constructor Summary
ConstructorsConstructorDescriptionPublishEvent(String siteId) PublishEvent(org.springframework.security.core.Authentication authentication, String siteId) -
Method Summary
Methods inherited from class org.craftercms.studio.api.v2.event.SiteAwareEvent
getSiteIdMethods inherited from class org.craftercms.studio.api.v2.event.StudioEvent
getTimestamp, getUserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.craftercms.studio.api.v2.event.SiteBroadcastEvent
getSiteId
-
Constructor Details
-
PublishEvent
-
PublishEvent
-
-
Method Details
-
getEventType
- Specified by:
getEventTypein interfaceBroadcastEvent
-
toString
-