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

Diff of /jsampler/trunk/src/org/jsampler/task/ResetSampler.java

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

revision 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 31  import static org.jsampler.JSI18n.i18n; Line 31  import static org.jsampler.JSI18n.i18n;
31    
32    
33  /**  /**
34   *   * This task resets the whole sampler.
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public class ResetSampler extends EnhancedTask {  public class ResetSampler extends EnhancedTask {
38            /** Creates a new instance of <code>ResetSampler</code>. */
39          public          public
40          ResetSampler() {          ResetSampler() {
41                  setTitle("ResetSampler_task");                  setTitle("ResetSampler_task");
42                  setDescription(i18n.getMessage("ResetSampler.description"));                  setDescription(i18n.getMessage("ResetSampler.description"));
43          }          }
44                    
45            /** The entry point of the task. */
46          public void          public void
47          run() {          run() {
48                  try { CC.getClient().resetSampler(); }                  try { CC.getClient().resetSampler(); }

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

  ViewVC Help
Powered by ViewVC