/[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 1544 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1545 by iliev, Tue Dec 4 18:28:29 2007 UTC
# Line 33  public abstract class SamplerAdapter imp Line 33  public abstract class SamplerAdapter imp
33          public void          public void
34          volumeChanged(SamplerEvent e) { }          volumeChanged(SamplerEvent e) { }
35                    
36            /** Invoked when the total number of active streams is changed. */
37            public void
38            totalStreamCountChanged(SamplerEvent e) { }
39            
40          /** Invoked when the total number of active voices is changed. */          /** Invoked when the total number of active voices is changed. */
41          public void          public void
42          totalVoiceCountChanged(SamplerEvent e) { }          totalVoiceCountChanged(SamplerEvent e) { }

Legend:
Removed from v.1544  
changed lines
  Added in v.1545

  ViewVC Help
Powered by ViewVC