com.atlassian.confluence.event.events.admin
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:
- java.io.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
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PluginMacroUnregisteredEvent
public PluginMacroUnregisteredEvent(java.lang.String macroName,
java.lang.Object src)
getMacroName
public java.lang.String getMacroName()
Copyright © 2003-2013 Atlassian. All Rights Reserved.