This project has retired. For details please refer to its Attic page.

org.apache.excalibur.instrument.manager
Interface InstrumentSampleListener


public interface InstrumentSampleListener

Objects which implement the InstrumentSampleListener interface can register themselves with InstrumentSample instances to receive updates on their value.

Author:
Avalon Development Team

Method Summary
 void setValue(java.lang.String InstrumentSampleName, int value, long time)
          Called by a InstrumentSample whenever its value is changed.
 

Method Detail

setValue

public void setValue(java.lang.String InstrumentSampleName,
                     int value,
                     long time)
Called by a InstrumentSample whenever its value is changed.

Parameters:
InstrumentSampleName - The name of the InstrumentSample whose value was changed.
value - The new value.
time - The time that the InstrumentSample value was changed.


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.