public class

PluginDisableEvent

extends PluginEvent
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.PluginDisableEvent

Summary

Nested Classes
enum PluginDisableEvent.Scope  
[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PluginDisableEvent(Object src, String pluginKey)
PluginDisableEvent(Object src, String pluginKey, PluginDisableEvent.Scope scope)
Public Methods
PluginDisableEvent.Scope getScope()
[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 PluginDisableEvent (Object src, String pluginKey)

public PluginDisableEvent (Object src, String pluginKey, PluginDisableEvent.Scope scope)

Public Methods

public PluginDisableEvent.Scope getScope ()