Overview  Package   Class  Tree  Index 

be.lassi.cues
Class CueCommandFactory

java.lang.Object
  extended by be.lassi.cues.CueCommandFactory

public class CueCommandFactory
extends java.lang.Object

Generates Lanbox commands to save cue lists.


Constructor Summary
CueCommandFactory()
           
 
Method Summary
 java.util.List<Command> getCommands(CueList cueList)
          Gets the commands that are needed to write given CueList to the Lanbox.
 java.util.List<Command> getCommands(java.util.List<CueList> cueLists)
          Gets the commands that are needed to write the CueLists in given collection to the Lanbox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CueCommandFactory

public CueCommandFactory()
Method Detail

getCommands

public java.util.List<Command> getCommands(CueList cueList)
Gets the commands that are needed to write given CueList to the Lanbox.

Parameters:
cueList - the CueList to be written to the Lanbox
Returns:
the Lanbox commands

getCommands

public java.util.List<Command> getCommands(java.util.List<CueList> cueLists)
Gets the commands that are needed to write the CueLists in given collection to the Lanbox.

Parameters:
cueLists - the CueLists to be written to the Lanbox
Returns:
the Lanbox commands

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2