view
Interface ICueAdder

All Known Subinterfaces:
ILightViewConnector

public interface ICueAdder

This interface defines the methods required to add a new cue.


Method Summary
 void addCue(ACue cue)
          This method will add a new cue to the current cueset.
 void resetFaderValues()
          This method will reset all the fader values to their defaults.
 

Method Detail

addCue

void addCue(ACue cue)
This method will add a new cue to the current cueset.

Parameters:
cue - The new cue to add.

resetFaderValues

void resetFaderValues()
This method will reset all the fader values to their defaults.