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

Diff of /jsampler/trunk/src/org/jsampler/task/EnableAudioDevice.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 enables/disables a specific audio output device.
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public class EnableAudioDevice extends EnhancedTask {  public class EnableAudioDevice extends EnhancedTask {
# Line 40  public class EnableAudioDevice extends E Line 40  public class EnableAudioDevice extends E
40                    
41          /**          /**
42           * Creates new instance of <code>EnableAudioDevice</code>.           * Creates new instance of <code>EnableAudioDevice</code>.
43           * @param dev The id of the device whose parameter should be enabled/disabled.           * @param dev The id of the device to be enabled/disabled.
44           * @param enable Specify <code>true</code> to enable the audio device;           * @param enable Specify <code>true</code> to enable the audio device;
45           * code>false</code> to disable it.           * code>false</code> to disable it.
46           */           */
# Line 53  public class EnableAudioDevice extends E Line 53  public class EnableAudioDevice extends E
53                  this.enable = enable;                  this.enable = enable;
54          }          }
55                    
56            /** The entry point of the task. */
57          public void          public void
58          run() {          run() {
59                  try {                  try {

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

  ViewVC Help
Powered by ViewVC