Interface MacroDefinitionHandler


public interface MacroDefinitionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(MacroDefinition macroDefinition)
    Called each time a macro definition is found in the content.
  • Method Details

    • handle

      void handle(MacroDefinition macroDefinition)
      Called each time a macro definition is found in the content.
      Parameters:
      macroDefinition - of the macro found in the content.