com.atlassian.confluence.event.events.content
Class ContentEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.content.ContentEvent
- All Implemented Interfaces:
- Contented, Timestamped, java.io.Serializable
- Direct Known Subclasses:
- AbstractLikeEvent, AbstractStatusContentEvent, AttachmentEvent, BlogPostEvent, CommentEvent, ContentPermissionEvent, MailEvent, PageEvent, PersonalInformationEvent, PluginContentCreatedEvent, PluginContentRemovedEvent, PluginContentUpdatedEvent
public abstract class ContentEvent
- extends ConfluenceEvent
- implements Contented, Timestamped
Represents something that has happened to a particular piece of content
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ContentEvent(java.lang.Object src)
|
ContentEvent(java.lang.Object src,
boolean suppressNotifications)
|
Methods inherited from class com.atlassian.event.Event |
hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented |
getContent |
ContentEvent
public ContentEvent(java.lang.Object src)
ContentEvent
public ContentEvent(java.lang.Object src,
boolean suppressNotifications)
- Parameters:
src
- The Object that raised the eventsuppressNotifications
- If true, indicates that any notifications that would triggered by this event aren't sent to users.
isSuppressNotifications
public boolean isSuppressNotifications()
setSuppressNotifications
public void setSuppressNotifications(boolean suppressNotifications)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class com.atlassian.event.Event
Copyright © 2003-2014 Atlassian. All Rights Reserved.