|
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.ChannelInfoEvent
public class ChannelInfoEvent
A semantic event which indicates changes to a specific sampler channel.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ChannelInfoEvent(java.lang.Object source,
int samplerChn)
Constructs a ChannelInfoEvent object. |
Method Summary | |
---|---|
int |
getSamplerChannel()
Gets the number of the sampler channel whose settings have changed. |
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 ChannelInfoEvent(java.lang.Object source, int samplerChn)
ChannelInfoEvent
object.
source
- The object that originated the event.samplerChn
- The number of the sampler channel whose settings have changed.Method Detail |
---|
public int getSamplerChannel()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |