Class RunJythonScript

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class RunJythonScript extends JmriAbstractAction
This Action runs a script using an available script engine.

The script engine to use is determined by the script's extension.

There are two constructors. One, without a script file name, will open a FileDialog to prompt for the file to use. The other, with a File object, will directly invoke that file.

See Also: