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

Diff of /jsampler/trunk/src/org/jsampler/SamplerModel.java

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

revision 1687 by iliev, Thu Dec 6 19:37:41 2007 UTC revision 1688 by iliev, Thu Feb 14 16:52:36 2008 UTC
# Line 495  public interface SamplerModel { Line 495  public interface SamplerModel {
495           * Sets whether the sampler configuration is modified.           * Sets whether the sampler configuration is modified.
496           */           */
497          public void setModified(boolean b);          public void setModified(boolean b);
498            
499            /** Resets the model. */
500            public void reset();
501  }  }

Legend:
Removed from v.1687  
changed lines
  Added in v.1688

  ViewVC Help
Powered by ViewVC