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

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

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

revision 841 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 842 by iliev, Thu Mar 16 18:08:34 2006 UTC
# Line 29  package org.jsampler.event; Line 29  package org.jsampler.event;
29   * @author Grigor Iliev   * @author Grigor Iliev
30   */   */
31  public abstract class SamplerAdapter implements SamplerListener {  public abstract class SamplerAdapter implements SamplerListener {
32          /**          /** Invoked when the total number of active voices is changed. */
          * Invoked when a new sampler channel is created.  
          * @param e A <code>SamplerEvent</code> instance containing the event information.  
          */  
33          public void          public void
34          channelAdded(SamplerEvent e) { }          totalVoiceCountChanged(SamplerEvent e) { }
           
         /**  
          * Invoked when a sampler channel is removed.  
          * @param e A <code>SamplerEvent</code> instance containing the event information.  
          */  
         public void  
         channelRemoved(SamplerEvent e) { }  
           
         /**  
          * Invoked when changes are made to a sampler channel.  
          * @param e A <code>SamplerEvent</code> instance containing the event information.  
          */  
         public void  
         channelChanged(SamplerEvent e) { }  
35  }  }

Legend:
Removed from v.841  
changed lines
  Added in v.842

  ViewVC Help
Powered by ViewVC