be.lassi.lanbox.commands
Class CueListsRead
java.lang.Object
be.lassi.lanbox.commands.Command
be.lassi.lanbox.commands.Script
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.
Methods inherited from class be.lassi.lanbox.commands.Script |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
CueListsRead
public CueListsRead()
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