|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChannelValueGetter
This interface defines the methods required to get channel information from the model.
Method Summary | |
---|---|
Channel[] |
getChannels()
This method will return all current channels with non-zero values. |
Channel[] |
getChannelsForCue()
This method will return all current channels with non-zero values or a fader value of -100. |
short |
getChannelValue(short address)
This method will return the value for the channel with the given address. |
short[] |
getChannelValues(short[] addresses)
This method will return the values of the given channel addresses. |
Method Detail |
---|
short getChannelValue(short address)
address
- The address of the channel value to return.Channel[] getChannels()
Channel[] getChannelsForCue()
short[] getChannelValues(short[] addresses)
addresses
- The addresses to return the channel value for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |