Class ContainmentDelegateVisitor

java.lang.Object
com.aquima.interactions.composer.ds.delegate.ContainmentDelegateVisitor
All Implemented Interfaces:
IContainmentVisitor
Direct Known Subclasses:
ContainmentVisitor

public class ContainmentDelegateVisitor extends Object implements IContainmentVisitor
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

    • ContainmentDelegateVisitor

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