com.hascode.confluence.plugin.socialcomments.event
Interface CommentEventListener

All Known Implementing Classes:
CommentEventListenerImpl

public interface CommentEventListener


Method Summary
 void handleCommentCreateEvent(com.atlassian.confluence.event.events.content.comment.CommentCreateEvent commentCreateEvent)
          handles comment creation
 void handleCommentUpdateEvent(com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent commentUpdateEvent)
          handles comment updates
 

Method Detail

handleCommentCreateEvent

void handleCommentCreateEvent(com.atlassian.confluence.event.events.content.comment.CommentCreateEvent commentCreateEvent)
handles comment creation

Parameters:
commentCreateEvent - the event

handleCommentUpdateEvent

void handleCommentUpdateEvent(com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent commentUpdateEvent)
handles comment updates

Parameters:
commentUpdateEvent - the event


Copyright © 2011 hasCode.com. All Rights Reserved.