public class ExitCommand extends NoArgumentCommand
| Constructor and Description |
|---|
ExitCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AbstractUserInterfaceControl uiControl,
java.lang.Void args,
EngineState stateMap) |
java.lang.String |
getName()
Returns the name of this proof command.
|
evaluateArguments, getArguments, getDocumentationpublic void execute(AbstractUserInterfaceControl uiControl, java.lang.Void args, EngineState stateMap) throws ScriptException, java.lang.InterruptedException
uiControl - the current ui controllerargs - the script argumentsstateMap - the current stateScriptException - if something bad happensjava.lang.InterruptedException - if something bad happenspublic java.lang.String getName()
ProofScriptCommandProofScriptEngine