com.atlassian.jira.config.webwork
Class WebworkConfigurator.ActionConfigResetListener

java.lang.Object
  extended by com.atlassian.jira.config.webwork.WebworkConfigurator.ActionConfigResetListener
Enclosing class:
WebworkConfigurator

public final class WebworkConfigurator.ActionConfigResetListener
extends Object

This listener ensures that we don't leave any stale action configuration when webwork action plugin modules are disabled or enabled.


Constructor Summary
WebworkConfigurator.ActionConfigResetListener()
           
 
Method Summary
 void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
           
 void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebworkConfigurator.ActionConfigResetListener

public WebworkConfigurator.ActionConfigResetListener()
Method Detail

onPluginModuleEnabled

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

onPluginModuleDisabled

@EventListener
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.