Uses of Class
adams.gui.scripting.ScriptingCommand
-
Packages that use ScriptingCommand Package Description adams.gui.event adams.gui.scripting -
-
Uses of ScriptingCommand in adams.gui.event
Fields in adams.gui.event declared as ScriptingCommand Modifier and Type Field Description protected ScriptingCommand
ScriptingEvent. m_Cmd
the command that was run.Methods in adams.gui.event that return ScriptingCommand Modifier and Type Method Description ScriptingCommand
ScriptingEvent. getCmd()
Returns the command that was run.Constructors in adams.gui.event with parameters of type ScriptingCommand Constructor Description ScriptingEvent(Object source, ScriptingCommand cmd, boolean success)
Initializes the object.ScriptingEvent(Object source, ScriptingCommand cmd, boolean success, String error)
Initializes the object. -
Uses of ScriptingCommand in adams.gui.scripting
Fields in adams.gui.scripting with type parameters of type ScriptingCommand Modifier and Type Field Description protected LinkedBlockingQueue<ScriptingCommand>
ScriptingEngineThread. m_Commands
the current command queue.Methods in adams.gui.scripting with parameters of type ScriptingCommand Modifier and Type Method Description void
AbstractScriptingEngine. add(ScriptingCommand command)
Adds the given command to the queue.void
ScriptingEngineThread. add(ScriptingCommand cmd)
Adds the command to the queue.protected String
ScriptingEngineThread. doProcess(ScriptingCommand cmd)
Executes the given command.void
ScriptingLogger. log(Object source, ScriptingCommand cmd, boolean success)
Logs the given command.void
ScriptingLogger. log(Object source, ScriptingCommand cmd, boolean success, String error)
Logs the given command.protected void
ScriptingEngineThread. postProcess(ScriptingCommand cmd, boolean success, String lastError)
Performs some postprocessing.protected void
ScriptingEngineThread. preProcess(ScriptingCommand cmd)
Performs some preprocessing.String
AbstractCommandProcessor. process(ScriptingCommand command)
processes the given command.
-