view
Interface IChannelValueSetter

All Known Subinterfaces:
ILightViewConnector

public interface IChannelValueSetter

This interface defines the methods required to set channels values in the model.


Method Summary
 void setChannelValue(Channel channel, int source)
          This method will update the given channel from the given source.
 void setChannelValues(Channel[] channels, int source)
          This method will update the series of channels from the given source.
 

Method Detail

setChannelValue

void setChannelValue(Channel channel,
                     int source)
This method will update the given channel from the given source.

Parameters:
channel - The address, value pair to update.
source - The source of the new value.

setChannelValues

void setChannelValues(Channel[] channels,
                      int source)
This method will update the series of channels from the given source.

Parameters:
channels - The address, value pairs to update.
source - The source of the new values.