Class PluginMacroUnregisteredEvent
- 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.admin.PluginMacroUnregisteredEvent
-
- All Implemented Interfaces:
Serializable
public class PluginMacroUnregisteredEvent extends ConfigurationEvent
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PluginMacroUnregisteredEvent(String macroName, Object src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMacroName()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-