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(java.lang.String instrumentName, int value, long time)
          Called by a ValueInstrument whenever its value is set.
 

Method Detail

setValue

public void setValue(java.lang.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-2005 The Apache Software Foundation. All Rights Reserved.