java.lang.Object
com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
Direct Known Subclasses:
AsyncContentUpdatedEvent

@Internal public class ContentUpdatedEvent extends Object
Triggered when a change to content has been made.

At the moment it gets triggered for published Page or Blogpost during normal publish operations as well as addition of inline comments, resolving tasks or any other server side changes.

Current consumer of this plugins is collab edit plugin, which makes Synchrony aware of any changes to editor DOM.

Since:
5.10