|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChannelValueSetter
This interface defines the methods required to set channels values in the model.
Method Summary | |
---|---|
void |
setChannelValue(Channel channel,
float source)
This method will update the given channel from the given source. |
void |
setChannelValues(Channel[] channels,
float source)
This method will update the series of channels from the given source. |
Method Detail |
---|
void setChannelValue(Channel channel, float source)
channel
- The address, value pair to update.source
- The source of the new value.void setChannelValues(Channel[] channels, float source)
channels
- The address, value pairs to update.source
- The source of the new values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |