com.atlassian.crucible.event
Interface CommentUpdatedEvent

All Superinterfaces:
ReviewCommentEvent, ReviewEvent

public interface CommentUpdatedEvent
extends ReviewCommentEvent

A comment is updated.


Method Summary
 java.lang.String getOldMessage()
          Get the message the comment contained before the update.
 
Methods inherited from interface com.atlassian.crucible.event.ReviewCommentEvent
getCommentId
 
Methods inherited from interface com.atlassian.crucible.event.ReviewEvent
getReviewId
 

Method Detail

getOldMessage

java.lang.String getOldMessage()
Get the message the comment contained before the update. Note that an update might not involve changing the message, so the old and new messages may be the same.