com.atlassian.plugin.event.events
Class PluginModuleEnabledEvent

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

public class PluginModuleEnabledEvent
extends Object

Event fired when a plugin module is enabled, which can also happen when its plugin is enabled or installed.

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

Constructor Summary
PluginModuleEnabledEvent(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

PluginModuleEnabledEvent

public PluginModuleEnabledEvent(ModuleDescriptor<?> module)
Method Detail

getModule

public ModuleDescriptor<?> getModule()


Copyright © 2014 Atlassian. All rights reserved.