org.jmol.viewer
class ScriptManager.ScriptQueueRunnable extends Object implements Runnable
Field Summary | |
---|---|
int | pt |
boolean | startedByCommandThread |
Constructor Summary | |
---|---|
ScriptQueueRunnable(boolean startedByCommandThread, int pt) |
Method Summary | |
---|---|
void | run() |
boolean | runNextScript() |
void | runScript(String returnType, String strScript, String statusList, boolean isScriptFile, boolean isQuiet) |
void | stop() |