Class 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
    • Constructor Detail

      • PluginMacroUnregisteredEvent

        public PluginMacroUnregisteredEvent​(String macroName,
                                            Object src)
    • Method Detail

      • getMacroName

        public String getMacroName()