Class ContentDelegateVisitor

java.lang.Object
com.aquima.interactions.composer.ds.delegate.ContentDelegateVisitor
All Implemented Interfaces:
IContentVisitor
Direct Known Subclasses:
ContentVisitor

public class ContentDelegateVisitor extends Object implements IContentVisitor
Delegate visitor for easy datasource extension. All method calls are delegated to the delegate visitor without adding any functionality.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

    • ContentDelegateVisitor

      public ContentDelegateVisitor(IContentVisitor visitor)
      Construct a visitor that delegates all method calls to the provided visitor.
      Parameters:
      visitor - The delegate visitor, may not be null
  • Method Details