public abstract class CommentEvent extends ContentEvent
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
comment |
source| Constructor and Description |
|---|
CommentEvent(Object src,
Comment comment)
Deprecated.
since 7.1.0, use
CommentEvent(Object, Comment, OperationContext) |
CommentEvent(Object source,
Comment comment,
@Nullable OperationContext<?> context) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
ContentEntityObject |
getContent() |
equals, hashCode, isSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestampprotected Comment comment
@Deprecated public CommentEvent(Object src, Comment comment)
CommentEvent(Object, Comment, OperationContext)public CommentEvent(Object source, Comment comment, @Nullable OperationContext<?> context)
public Comment getComment()
public ContentEntityObject getContent()
Copyright © 2003–2023 Atlassian. All rights reserved.