/[svn]/jsampler/trunk/src/org/jsampler/event/AudioDeviceListener.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/event/AudioDeviceListener.java

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

revision 2194 by iliev, Fri Jun 24 21:34:51 2011 UTC revision 2195 by iliev, Tue Jun 28 22:44:39 2011 UTC
# Line 27  package org.jsampler.event; Line 27  package org.jsampler.event;
27   * @author Grigor Iliev   * @author Grigor Iliev
28   */   */
29  public interface AudioDeviceListener extends java.util.EventListener {  public interface AudioDeviceListener extends java.util.EventListener {
30          /**          /** Invoked when when the settings of a particular audio device have changed. */
          * Invoked when when the settings of a particular audio device have changed.  
          */  
31          public void settingsChanged(AudioDeviceEvent e);          public void settingsChanged(AudioDeviceEvent e);
32                    
33          /** Invoked when when a new send effect chain is added to the audio device. */          /** Invoked when when a new send effect chain is added to the audio device. */

Legend:
Removed from v.2194  
changed lines
  Added in v.2195

  ViewVC Help
Powered by ViewVC