public interface CounterInstrumentListener extends InstrumentListener
| Modifier and Type | Method and Description |
|---|---|
void |
increment(java.lang.String instrumentName,
int count,
long time)
Called by a CounterInstrument whenever its value is incremented.
|
void increment(java.lang.String instrumentName,
int count,
long time)
instrumentName - The name of Instrument which was incremented.count - A positive integer to increment the counter by.time - The time that the Instrument was incremented.