public interface ValueInstrumentListener extends InstrumentListener
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(java.lang.String instrumentName,
int value,
long time)
Called by a ValueInstrument whenever its value is set.
|
void setValue(java.lang.String instrumentName,
int value,
long time)
instrumentName - The name of Instrument whose value was set.value - Value that was set.time - The time that the Instrument was incremented.
ValueInstrument