com.atlassian.jira.event.listeners.mention
Class MentionEventListener

java.lang.Object
  extended by com.atlassian.jira.event.listeners.mention.MentionEventListener

public class MentionEventListener
extends Object

Mention event listener that handles comment and edit events to notify any users that were mentioned using either

Since:
v5.0

Constructor Summary
MentionEventListener(MentionService mentionService, NotificationSchemeManager notificationSchemeManager)
           
 
Method Summary
 void onIssueEvent(IssueEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MentionEventListener

public MentionEventListener(MentionService mentionService,
                            NotificationSchemeManager notificationSchemeManager)
Method Detail

onIssueEvent

@EventListener
public void onIssueEvent(IssueEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.