public class LeaveCommand extends NoArgumentCommand
| Modifier and Type | Field and Description |
|---|---|
private static java.util.logging.Logger |
log |
| Constructor and Description |
|---|
LeaveCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AbstractUserInterfaceControl uiControl,
java.lang.Void args,
EngineState state) |
java.lang.String |
getName()
Returns the name of this proof command.
|
evaluateArguments, getArguments, getDocumentationpublic java.lang.String getName()
ProofScriptCommandProofScriptEnginepublic void execute(AbstractUserInterfaceControl uiControl, java.lang.Void args, EngineState state) throws ScriptException, java.lang.InterruptedException
uiControl - the current ui controllerargs - the script argumentsstate - the current stateScriptException - if something bad happensjava.lang.InterruptedException - if something bad happens