public interface

CommentUpdatedEvent

implements ReviewCommentEvent
com.atlassian.crucible.event.CommentUpdatedEvent

Class Overview

A comment is updated.

Summary

Public Methods
abstract String getOldMessage()
Get the message the comment contained before the update.
[Expand]
Inherited Methods
From interface com.atlassian.crucible.event.ReviewCommentEvent
From interface com.atlassian.crucible.event.ReviewEvent

Public Methods

public abstract 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.