public class

PluginModuleDisableEvent

extends PluginModuleEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ com.atlassian.event.Event
         ↳ com.atlassian.confluence.event.events.ConfluenceEvent
           ↳ com.atlassian.confluence.event.events.admin.ConfigurationEvent
             ↳ com.atlassian.confluence.event.events.plugin.PluginEvent
               ↳ com.atlassian.confluence.event.events.plugin.PluginModuleEvent
                 ↳ com.atlassian.confluence.event.events.plugin.PluginModuleDisableEvent

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PluginModuleDisableEvent(Object src, String completeModuleKey)
[Expand]
Inherited Methods
From class com.atlassian.confluence.event.events.plugin.PluginEvent
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PluginModuleDisableEvent (Object src, String completeModuleKey)