com.atlassian.plugin.event.events
Class PluginModuleAvailableEvent

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

public class PluginModuleAvailableEvent
extends java.lang.Object

Signifies a plugin module is now available outside the usual installation process.

Since:
2.5.0

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

PluginModuleAvailableEvent

public PluginModuleAvailableEvent(ModuleDescriptor module)
Method Detail

getModule

public ModuleDescriptor getModule()


Copyright © 2013 Atlassian. All Rights Reserved.