model
Interface IUpdateChannel

All Known Subinterfaces:
ILightModelConnector

public interface IUpdateChannel

This class is used to update the model with channel values while a fade is happening.


Method Summary
 void updateChannel(Channel channel)
          This method will update the channel with the given channel.
 void updateChannels(Channel[] channels)
          This method will update the channels with the given channels.
 

Method Detail

updateChannel

void updateChannel(Channel channel)
This method will update the channel with the given channel.

Parameters:
channel - The address, value pair to update.

updateChannels

void updateChannels(Channel[] channels)
This method will update the channels with the given channels.

Parameters:
channels - The address, value pairs to update.