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

Diff of /jsampler/trunk/src/org/jsampler/task/DestroyMidiDevice.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 destroys the specified MIDI input device.
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public class DestroyMidiDevice extends EnhancedTask {  public class DestroyMidiDevice extends EnhancedTask {
38          private int deviceID;          private int deviceID;
39                    
40            /**
41             * Creates a new instance of <code>DestroyMidiDevice</code>.
42             * @param deviceID The ID of the MIDI input device to be destroyed.
43             */
44          public          public
45          DestroyMidiDevice(int deviceID) {          DestroyMidiDevice(int deviceID) {
46                  setTitle("DestroyMidiDevice_task");                  setTitle("DestroyMidiDevice_task");
# Line 45  public class DestroyMidiDevice extends E Line 49  public class DestroyMidiDevice extends E
49                  this.deviceID = deviceID;                  this.deviceID = deviceID;
50          }          }
51                    
52            /** The entry point of the task. */
53          public void          public void
54          run() {          run() {
55                  try {                  try {

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

  ViewVC Help
Powered by ViewVC