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

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

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

  ViewVC Help
Powered by ViewVC