com.hascode.confluence.plugin.socialcomments.service
Interface SocialNotificationService

All Known Implementing Classes:
SocialNotificationServiceImpl

public interface SocialNotificationService


Method Summary
 void notifyUser(com.atlassian.user.User user, com.atlassian.confluence.pages.Comment comment)
          notifies a given user that he is mentioned in a comment
 

Method Detail

notifyUser

void notifyUser(com.atlassian.user.User user,
                com.atlassian.confluence.pages.Comment comment)
notifies a given user that he is mentioned in a comment

Parameters:
user - the user
comment - the comment


Copyright © 2011 hasCode.com. All Rights Reserved.