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, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
protected 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–2020 Atlassian. All rights reserved.