public class StopCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
CMD_PREFIX
Constructor and Description |
---|
StopCommand(java.lang.String text,
int line) |
Modifier and Type | Method and Description |
---|---|
protected Promise<java.lang.Object> |
_execute(PlaybackContext context) |
boolean |
canGoFurther() |
dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, isToDumpCommand, setScriptDir
public static final java.lang.String PREFIX
protected Promise<java.lang.Object> _execute(PlaybackContext context)
_execute
in class AbstractCommand
public boolean canGoFurther()
canGoFurther
in interface PlaybackCommand
canGoFurther
in class AbstractCommand