Class AsyncPluginDisableEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.plugin.AsyncPluginEvent
com.atlassian.confluence.event.events.plugin.AsyncPluginDisableEvent
- All Implemented Interfaces:
Serializable
This class is an asynchronous and non-clustered version of
PluginDisableEvent
.- Since:
- 5.10
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncPluginDisableEvent
(Object src, String pluginKey, PluginDisableEvent.Scope scope) -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.plugin.AsyncPluginEvent
getPluginKey
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AsyncPluginDisableEvent
-
-
Method Details
-
getScope
-