com.atlassian.theplugin.commons.crucible
Interface CrucibleReviewListener

All Known Implementing Classes:
CrucibleReviewListenerAdapter

public interface CrucibleReviewListener


Method Summary
 void createdOrEditedGeneralComment(ReviewAdapter review, GeneralComment comment)
           
 void createdOrEditedGeneralCommentReply(ReviewAdapter review, GeneralComment parentComment, GeneralComment comment)
           
 void createdOrEditedVersionedComment(ReviewAdapter review, PermId file, VersionedComment comment)
           
 void createdOrEditedVersionedCommentReply(ReviewAdapter review, PermId file, VersionedComment parentComment, VersionedComment comment)
           
 void publishedGeneralComment(ReviewAdapter review, GeneralComment comment)
           
 void publishedVersionedComment(ReviewAdapter review, PermId filePermId, VersionedComment comment)
           
 void removedComment(ReviewAdapter review, Comment comment)
           
 void reviewChanged(ReviewAdapter reviewAdapter, java.util.List<CrucibleNotification> notifications)
          Notifies that something has been changed in the review
 

Method Detail

createdOrEditedVersionedCommentReply

void createdOrEditedVersionedCommentReply(ReviewAdapter review,
                                          PermId file,
                                          VersionedComment parentComment,
                                          VersionedComment comment)

createdOrEditedGeneralCommentReply

void createdOrEditedGeneralCommentReply(ReviewAdapter review,
                                        GeneralComment parentComment,
                                        GeneralComment comment)

createdOrEditedGeneralComment

void createdOrEditedGeneralComment(ReviewAdapter review,
                                   GeneralComment comment)

createdOrEditedVersionedComment

void createdOrEditedVersionedComment(ReviewAdapter review,
                                     PermId file,
                                     VersionedComment comment)

removedComment

void removedComment(ReviewAdapter review,
                    Comment comment)

publishedGeneralComment

void publishedGeneralComment(ReviewAdapter review,
                             GeneralComment comment)

publishedVersionedComment

void publishedVersionedComment(ReviewAdapter review,
                               PermId filePermId,
                               VersionedComment comment)

reviewChanged

void reviewChanged(ReviewAdapter reviewAdapter,
                   java.util.List<CrucibleNotification> notifications)
Notifies that something has been changed in the review

Parameters:
reviewAdapter - changed review
notifications - list of changes in review


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.