Class ContentEvent

All Implemented Interfaces:
BroadcastEvent, SiteBroadcastEvent
Direct Known Subclasses:
ConfigurationEvent, DeleteContentEvent, MoveContentEvent

public class ContentEvent extends SiteAwareEvent implements SiteBroadcastEvent
Event triggered when there is a change in one or more content items
Since:
4.0.0
Author:
joseross
  • Field Details

    • targetPath

      protected final String targetPath
    • waitForCompletion

      protected final boolean waitForCompletion
  • Constructor Details

    • ContentEvent

      public ContentEvent(org.springframework.security.core.Authentication authentication, String siteId, String targetPath, boolean waitForCompletion)
    • ContentEvent

      public ContentEvent(org.springframework.security.core.Authentication authentication, String siteId, String targetPath)
  • Method Details