com.hascode.confluence.plugin.socialcomments.event
Class CommentEventListenerImpl

java.lang.Object
  extended by com.hascode.confluence.plugin.socialcomments.event.CommentEventListenerImpl
All Implemented Interfaces:
CommentEventListener

public class CommentEventListenerImpl
extends Object
implements CommentEventListener


Constructor Summary
CommentEventListenerImpl(com.atlassian.event.api.EventPublisher eventPublisher, RecipientExtractorService recipientExtractorService, SocialNotificationService socialNotificationService)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentEventListenerImpl

public CommentEventListenerImpl(com.atlassian.event.api.EventPublisher eventPublisher,
                                RecipientExtractorService recipientExtractorService,
                                SocialNotificationService socialNotificationService)
Method Detail

handleCommentCreateEvent

@EventListener
public void handleCommentCreateEvent(com.atlassian.confluence.event.events.content.comment.CommentCreateEvent commentCreateEvent)
Description copied from interface: CommentEventListener
handles comment creation

Specified by:
handleCommentCreateEvent in interface CommentEventListener
Parameters:
commentCreateEvent - the event

handleCommentUpdateEvent

@EventListener
public void handleCommentUpdateEvent(com.atlassian.confluence.event.events.content.comment.CommentUpdateEvent commentUpdateEvent)
Description copied from interface: CommentEventListener
handles comment updates

Specified by:
handleCommentUpdateEvent in interface CommentEventListener
Parameters:
commentUpdateEvent - the event


Copyright © 2011 hasCode.com. All Rights Reserved.