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 Summary
Constructors Modifier Constructor Description protected
ChannelVisitor(Set<Channel> channels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChannel(IChannelDS channelDS)
This method should be invoked to add a channel definition.
-
-
-
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 interfaceIChannelVisitor
- Parameters:
channelDS
- The channel datasource.
-
-