jlscp
v0.8

org.linuxsampler.lscp.event
Interface GlobalInfoListener

All Superinterfaces:
java.util.EventListener

public interface GlobalInfoListener
extends java.util.EventListener

The listener interface that is notified when the global settings of the sampler are changed.


Method Summary
 void streamLimitChanged(GlobalInfoEvent e)
          Invoked when the global sampler-wide limit of maximum disk streams is changed.
 void voiceLimitChanged(GlobalInfoEvent e)
          Invoked when the global sampler-wide limit of maximum voices is changed.
 void volumeChanged(GlobalInfoEvent e)
          Invoked when the global volume of the sampler is changed.
 

Method Detail

volumeChanged

void volumeChanged(GlobalInfoEvent e)
Invoked when the global volume of the sampler is changed.


voiceLimitChanged

void voiceLimitChanged(GlobalInfoEvent e)
Invoked when the global sampler-wide limit of maximum voices is changed.


streamLimitChanged

void streamLimitChanged(GlobalInfoEvent e)
Invoked when the global sampler-wide limit of maximum disk streams is changed.


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.