Class PluginMacroUnregisteredEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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:
  • Constructor Details

    • PluginMacroUnregisteredEvent

      public PluginMacroUnregisteredEvent(String macroName, Object src)
  • Method Details

    • getMacroName

      public String getMacroName()