Overview  Package   Class  Tree  Index 

be.lassi.lanbox.commands
Class CueListsRead

java.lang.Object
  extended by be.lassi.lanbox.commands.Command
      extended by be.lassi.lanbox.commands.Script
          extended by be.lassi.lanbox.commands.CueListsRead

public class CueListsRead
extends Script

Not a lanbox command, but a combination of lanbox commands to read all cue lists.


Constructor Summary
CueListsRead()
           
 
Method Summary
 void appendCommand(java.lang.StringBuilder b)
          Appends a textual description of the command.
 void appendResponse(java.lang.StringBuilder b)
          Appends a textual description of the command reponse.
protected  void doExecute(CommandProcessor processor)
          
 java.util.List<CueList> getCueLists()
          Gets the cue lists.
 
Methods inherited from class be.lassi.lanbox.commands.Script
execute
 
Methods inherited from class be.lassi.lanbox.commands.Command
add, appendCommandDetail, getCommandString, hashCode, notifyListeners, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CueListsRead

public CueListsRead()
Method Detail

appendCommand

public void appendCommand(java.lang.StringBuilder b)
Description copied from class: Command
Appends a textual description of the command.

Overrides:
appendCommand in class Command
Parameters:
b - the string builder to which to append

appendResponse

public void appendResponse(java.lang.StringBuilder b)
Description copied from class: Command
Appends a textual description of the command reponse.

Overrides:
appendResponse in class Command
Parameters:
b - the string builder to which to append

doExecute

protected void doExecute(CommandProcessor processor)

Specified by:
doExecute in class Script

getCueLists

public java.util.List<CueList> getCueLists()
Gets the cue lists.

Returns:
the cue lists

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2