Uses of Class
com.atlassian.confluence.event.events.content.comment.CommentRemoveEvent
-
-
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 voidRemoveContentPropertiesOnRemoveContentListener. 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 voidCommentAuditListener. commentRemoveEvent(CommentRemoveEvent event) -
Uses of CommentRemoveEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type CommentRemoveEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onCommentRemoved(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 voidCommentNotificationsListener. handleCommentRemove(CommentRemoveEvent commentEvent)Deprecated.
-