Interface IPresentationStyleReferenceVisitor


public interface IPresentationStyleReferenceVisitor
This visitor is used during initialization to gather the available presentation style reference.
Since:
11.0
Author:
Mihai Bob
  • Method Details

    • addPresentationStyleReference

      void addPresentationStyleReference(IPresentationStyleReferenceDS datasource)
      This method should be invoked for each presentation style reference definition that should be added.
      Parameters:
      datasource - Object providing the information needed to initialize the definition.
      Throws:
      InitializationException - This exception is thrown when the presentation style reference could not be initialized.