Interface IChannelVisitor

All Known Implementing Classes:
ChannelVisitor, ReportingChannelVisitor

public interface IChannelVisitor
Visitor used during initialization to gather the available channel definitions.
Since:
5.1
Author:
O. Kerpershoek, Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked to add a channel definition.
  • Method Details

    • addChannel

      void addChannel(IChannelDS channelDS)
      This method should be invoked to add a channel definition.
      Parameters:
      channelDS - The channel datasource.
      Throws:
      InitializationException - This exception is thrown when the channel definition could not be added.