Class ChannelVisitor

java.lang.Object
com.aquima.interactions.project.impl.ChannelVisitor
All Implemented Interfaces:
IChannelVisitor

public class ChannelVisitor extends Object implements IChannelVisitor
Visitor used during initialization to gather the available channel definitions.
Since:
5.1
Author:
O. Kerpershoek
  • Constructor Details

    • ChannelVisitor

      protected ChannelVisitor(Set<Channel> channels)
  • Method Details

    • addChannel

      public void addChannel(IChannelDS channelDS)
      Description copied from interface: IChannelVisitor
      This method should be invoked to add a channel definition.
      Specified by:
      addChannel in interface IChannelVisitor
      Parameters:
      channelDS - The channel datasource.