jlscp
v0.8

org.linuxsampler.lscp.event
Interface VoiceCountListener

All Superinterfaces:
java.util.EventListener

public interface VoiceCountListener
extends java.util.EventListener

The listener interface for receiving voice count events.


Method Summary
 void voiceCountChanged(VoiceCountEvent e)
          Invoked when the number of active voices in a specific sampler channel has changed.
 

Method Detail

voiceCountChanged

void voiceCountChanged(VoiceCountEvent e)
Invoked when the number of active voices in a specific sampler channel has changed.


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.