Interface IExpanderVisitor

All Known Implementing Classes:
ExpanderVisitor, ReportingExpanderVisitor

public interface IExpanderVisitor
This visitor is used during initialization to gather the container expander definitions.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each container expander definition that should be added.
  • Method Details

    • addExpander

      void addExpander(IExpanderDS datasource)
      This method should be invoked for each container expander definition that should be added.
      Parameters:
      datasource - Data source providing the information needed to initialize a container expander definition.
      Throws:
      InitializationException - This exception is thrown when the expander could not be initialized.