/[svn]/jsampler/trunk/src/org/jsampler/view/JSMainFrame.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/JSMainFrame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1785 by iliev, Tue Oct 7 00:07:14 2008 UTC revision 1786 by iliev, Wed Oct 8 22:38:15 2008 UTC
# Line 377  public abstract class JSMainFrame extend Line 377  public abstract class JSMainFrame extend
377          }          }
378                    
379          /**          /**
380             * Sends the specified script to the backend.
381             * @param script The file name of the script to run.
382             */
383            public abstract void runScript(String script);
384            
385            /**
386           * Determines whether the channel list UI should be automatically updated           * Determines whether the channel list UI should be automatically updated
387           * when channel is added/removed. The default value is <code>true</code>.           * when channel is added/removed. The default value is <code>true</code>.
388           */           */

Legend:
Removed from v.1785  
changed lines
  Added in v.1786

  ViewVC Help
Powered by ViewVC