com.atlassian.plugin.event.events
Class PluginModuleDisabledEvent

java.lang.Object
  extended by com.atlassian.plugin.event.events.PluginModuleDisabledEvent

public class PluginModuleDisabledEvent
extends Object

Event fired when a plugin module is disabled, which can also happen when its plugin is disabled or uninstalled.

See Also:
com.atlassian.plugin.event.events

Constructor Summary
PluginModuleDisabledEvent(ModuleDescriptor module)
           
 
Method Summary
 ModuleDescriptor getModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginModuleDisabledEvent

public PluginModuleDisabledEvent(ModuleDescriptor module)
Method Detail

getModule

public ModuleDescriptor getModule()


Copyright © 2010 Atlassian. All Rights Reserved.