org.apache.excalibur.instrument.manager
Interface ValueInstrumentListener
- All Superinterfaces:
- InstrumentListener
public interface ValueInstrumentListener
- extends InstrumentListener
Objects which implement the InstrumentListener interface can register
themselves with Instrument instances to receive updates on the
Profile Point's value.
- Since:
- 4.1
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:25 $
- Author:
- Avalon Development Team
Method Summary |
void |
setValue(String instrumentName,
int value,
long time)
Called by a ValueInstrument whenever its value is set. |
setValue
void setValue(String instrumentName,
int value,
long time)
- Called by a ValueInstrument whenever its value is set.
- Parameters:
instrumentName
- The name of Instrument whose value was set.value
- Value that was set.time
- The time that the Instrument was incremented.
ValueInstrument
Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.