com.atlassian.jira.event.listeners.reindex
Class ReindexMessageListener

java.lang.Object
  extended by com.atlassian.jira.event.listeners.reindex.ReindexMessageListener

public class ReindexMessageListener
extends Object

Adds a re-index notification whenever a plugin module requiring reindex is enabled.

Since:
v4.3

Constructor Summary
ReindexMessageListener(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.PluginAccessor pluginAccessor, ReindexMessageManager reindexMessageManager)
           
 
Method Summary
 void pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent pmEnabledEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReindexMessageListener

public ReindexMessageListener(JiraAuthenticationContext authenticationContext,
                              com.atlassian.plugin.PluginAccessor pluginAccessor,
                              ReindexMessageManager reindexMessageManager)
Method Detail

pluginModuleEnabled

@EventListener
public void pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent pmEnabledEvent)


Copyright © 2002-2013 Atlassian. All Rights Reserved.