|
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.ChannelCountEvent
public class ChannelCountEvent
A semantic event which indicates that the number of sampler channels has changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ChannelCountEvent(java.lang.Object source,
int count)
Constructs a ChannelCountEvent object. |
Method Summary | |
---|---|
int |
getChannelCount()
Gets the new number of sampler channels. |
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 ChannelCountEvent(java.lang.Object source, int count)
ChannelCountEvent
object.
source
- The object that originated the event.count
- The new number of sampler channels.Method Detail |
---|
public int getChannelCount()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |