Class AsyncPluginModuleEnableEvent
- 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.plugin.AsyncPluginModuleEnableEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred public class AsyncPluginModuleEnableEvent extends ConfluenceEvent
This class is an asynchronous and non-clustered version ofPluginModuleEnableEvent
.- Since:
- 5.10
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AsyncPluginModuleEnableEvent(Object src, String completeModuleKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompleteModuleKey()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-