view
Interface ILightViewConnector

All Superinterfaces:
IChannelValueGetter, IChannelValueSetter, ICueAdder, ICueInformationGetter, ICueTransitioner, IDeviceConnector, IShowLoaderSaver

public interface ILightViewConnector
extends IChannelValueSetter, IChannelValueGetter, ICueAdder, ICueTransitioner, ICueInformationGetter, IShowLoaderSaver, IDeviceConnector

This interface defines the connector that all commincation between the view and model will go through.


Method Summary
 
Methods inherited from interface view.IChannelValueSetter
setChannelValue, setChannelValues
 
Methods inherited from interface view.IChannelValueGetter
getChannels, getChannelsForCue, getChannelValue, getChannelValues
 
Methods inherited from interface view.ICueAdder
addCue, resetFaderValues
 
Methods inherited from interface view.ICueTransitioner
cueTransition, goToCue
 
Methods inherited from interface view.ICueInformationGetter
getCueNames, getHighestCueNumber
 
Methods inherited from interface view.IShowLoaderSaver
loadShow, saveShow
 
Methods inherited from interface view.IDeviceConnector
connect, disconnect