Class PluginMacroRegisteredEvent

  • All Implemented Interfaces:
    Serializable

    public class PluginMacroRegisteredEvent
    extends ConfigurationEvent

    An event to indicate that a macro has been registered with an XHTML MacroManager from a plugin.

    Note: this event should not be used to indicate that a user macro has been created via RPC or the UI. It should be used to indicate if a user macro was registered from a plugin.

    See Also:
    Serialized Form
    • Constructor Detail

      • PluginMacroRegisteredEvent

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

      • getMacroName

        public String getMacroName()