Uses of Class
com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
-
Packages that use CommentRemoveEvent Package Description com.atlassian.confluence.event.listeners com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.mail.notification.listeners -
-
Uses of CommentRemoveEvent in com.atlassian.confluence.event.listeners
Methods in com.atlassian.confluence.event.listeners with parameters of type CommentRemoveEvent Modifier and Type Method Description void
RemoveContentPropertiesOnRemoveContentListener. handleCommentRemove(CommentRemoveEvent event)
-
Uses of CommentRemoveEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type CommentRemoveEvent Modifier and Type Method Description void
CommentAuditListener. commentRemoveEvent(CommentRemoveEvent event)
-
Uses of CommentRemoveEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type CommentRemoveEvent Modifier and Type Method Description void
CommentNotificationsListener. handleCommentRemove(CommentRemoveEvent commentEvent)
Deprecated.
-