public interface InstrumentSampleListener
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(java.lang.String InstrumentSampleName,
int value,
long time)
Called by a InstrumentSample whenever its value is changed.
|
void setValue(java.lang.String InstrumentSampleName,
int value,
long time)
InstrumentSampleName - The name of the InstrumentSample whose value was changed.value - The new value.time - The time that the InstrumentSample value was changed.