Class 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 Detail

      • ChannelVisitor

        protected ChannelVisitor​(Set<Channel> channels)
    • Method Detail

      • 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.