Class PluginMacroUnregisteredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.ConfigurationEvent
com.atlassian.confluence.event.events.admin.PluginMacroUnregisteredEvent
- All Implemented Interfaces:
Serializable
An event to indicate that a plugin hosted macro has been unregistered with an XHTML MacroManager
.
Note: this event should not be used to indicate that a user macro has been removed via RPC or the UI. It should be used to indicate if a user macro defined in a plugin was unregistered.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
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
-
PluginMacroUnregisteredEvent
-
-
Method Details
-
getMacroName
-