|
|||||||||
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,
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 |
---|
void setChannelValue(Channel channel, int source)
channel
- The address, value pair to update.source
- The source of the new value.void setChannelValues(Channel[] channels, int 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 |