be.lassi.lanbox.commands
Class RemoveAllCueLists
java.lang.Object
be.lassi.lanbox.commands.Command
be.lassi.lanbox.commands.Script
be.lassi.lanbox.commands.RemoveAllCueLists
public class RemoveAllCueLists
- extends Script
Not an actual lanbox command, but a combination of lanbox commands to remove all
cue lists stored in the lanbox.
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)
|
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 |
RemoveAllCueLists
public RemoveAllCueLists()
appendCommand
public void appendCommand(java.lang.StringBuilder b)
- 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)
- 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