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

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

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

revision 910 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 23  Line 23 
23  package org.jsampler.view;  package org.jsampler.view;
24    
25  /**  /**
26   *   * Defines the requirements for an object responsible for the indication of work in progress.
27   * @author Grigor Iliev   * @author Grigor Iliev
28   */   */
29  public interface JSProgress {  public interface JSProgress {
# Line 33  public interface JSProgress { Line 33  public interface JSProgress {
33           */           */
34          public void setString(String s);          public void setString(String s);
35                    
36          /** Starts to indicate that an operation is ongoing. */          /** Initiates the indication that an operation is ongoing. */
37          public void start();          public void start();
38                    
39          /** Stops the indication that an operation is ongoing. */          /** Stops the indication that an operation is ongoing. */
40          public void stop();          public void stop();
           
           
41  }  }

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC