--- jsampler/trunk/src/org/jsampler/view/JSMainFrame.java 2008/10/07 00:07:14 1785 +++ jsampler/trunk/src/org/jsampler/view/JSMainFrame.java 2008/10/08 22:38:15 1786 @@ -377,6 +377,12 @@ } /** + * Sends the specified script to the backend. + * @param script The file name of the script to run. + */ + public abstract void runScript(String script); + + /** * Determines whether the channel list UI should be automatically updated * when channel is added/removed. The default value is true. */