|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.TotalVoiceCountEvent
public class TotalVoiceCountEvent
A semantic event which indicates that the total number of active voices has changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TotalVoiceCountEvent(java.lang.Object source,
int count)
Constructs a TotalVoiceCountEvent object. |
Method Summary | |
---|---|
int |
getTotalVoiceCount()
Gets the total number of active voices. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TotalVoiceCountEvent(java.lang.Object source, int count)
TotalVoiceCountEvent
object.
source
- The object that originated the event.count
- The new number of active voices.Method Detail |
---|
public int getTotalVoiceCount()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |