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

Diff of /jsampler/trunk/src/org/jsampler/event/SamplerListener.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 30  public interface SamplerListener extends Line 30  public interface SamplerListener extends
30          /** Invoked when the global volume of the sampler is changed. */          /** Invoked when the global volume of the sampler is changed. */
31          public void volumeChanged(SamplerEvent e);          public void volumeChanged(SamplerEvent e);
32                    
33            /** Invoked when the total number of active streams is changed. */
34            public void totalStreamCountChanged(SamplerEvent e);
35            
36          /** Invoked when the total number of active voices is changed. */          /** Invoked when the total number of active voices is changed. */
37          public void totalVoiceCountChanged(SamplerEvent e);          public void totalVoiceCountChanged(SamplerEvent e);
38                    

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

  ViewVC Help
Powered by ViewVC