Interface IThemeVisitor

All Known Implementing Classes:
ReportingThemeVisitor, ThemeVisitor

public interface IThemeVisitor
Visitor used during initialization to gather the available theme definitions.
Since:
5.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTheme(IThemeDS themeDS)
    This method should be invoked to add a theme definition.
  • Method Details

    • addTheme

      void addTheme(IThemeDS themeDS)
      This method should be invoked to add a theme definition.
      Parameters:
      themeDS - the theme definition
      Throws:
      InitializationException - This exception is thrown when the theme definition could not be added.