/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/event/GlobalInfoListener.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/event/GlobalInfoListener.java

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

revision 1816 by iliev, Mon Apr 2 20:48:13 2007 UTC revision 1817 by iliev, Wed Dec 24 16:55:54 2008 UTC
# Line 1  Line 1 
1  /*  /*
2   *   jlscp - a java LinuxSampler control protocol API   *   jlscp - a java LinuxSampler control protocol API
3   *   *
4   *   Copyright (C) 2005-2007 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of jlscp.   *   This file is part of jlscp.
7   *   *
# Line 29  package org.linuxsampler.lscp.event; Line 29  package org.linuxsampler.lscp.event;
29   */   */
30  public interface GlobalInfoListener extends java.util.EventListener {  public interface GlobalInfoListener extends java.util.EventListener {
31          /** Invoked when the global volume of the sampler is changed. */          /** Invoked when the global volume of the sampler is changed. */
32          public void          public void volumeChanged(GlobalInfoEvent e);
33          volumeChanged(GlobalInfoEvent e);          
34            /** Invoked when the global sampler-wide limit of maximum voices is changed. */
35            public void voiceLimitChanged(GlobalInfoEvent e);
36            
37            /** Invoked when the global sampler-wide limit of maximum disk streams is changed. */
38            public void streamLimitChanged(GlobalInfoEvent e);
39  }  }

Legend:
Removed from v.1816  
changed lines
  Added in v.1817

  ViewVC Help
Powered by ViewVC