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

Diff of /jsampler/trunk/src/org/jsampler/task/UpdateChannelInfo.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 34  import static org.jsampler.JSI18n.i18n; Line 34  import static org.jsampler.JSI18n.i18n;
34    
35    
36  /**  /**
37   *   * This task updates the settings of a specific sampler channel.
38   * @author Grigor Iliev   * @author Grigor Iliev
39   */   */
40  public class UpdateChannelInfo extends EnhancedTask {  public class UpdateChannelInfo extends EnhancedTask {
41          private int channel;          private int channel;
42                    
43            /**
44             * Creates new instance of <code>UpdateChannelInfo</code>.
45             * @param channel The sampler channel to be updated.
46             */
47          public          public
48          UpdateChannelInfo(int channel) {          UpdateChannelInfo(int channel) {
49                  setTitle("UpdateChannelInfo_task");                  setTitle("UpdateChannelInfo_task");
# Line 48  public class UpdateChannelInfo extends E Line 52  public class UpdateChannelInfo extends E
52                  this.channel = channel;                  this.channel = channel;
53          }          }
54                    
55            /** The entry point of the task. */
56          public void          public void
57          run() {          run() {
58                  try {                  try {

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

  ViewVC Help
Powered by ViewVC