Uses of Interface
org.apache.excalibur.instrument.manager.ValueInstrumentListener

Packages that use ValueInstrumentListener
org.apache.excalibur.instrument.manager   
org.apache.excalibur.instrument.manager.impl   
 

Uses of ValueInstrumentListener in org.apache.excalibur.instrument.manager
 

Methods in org.apache.excalibur.instrument.manager with parameters of type ValueInstrumentListener
 void InstrumentDescriptor.addValueInstrumentListener(ValueInstrumentListener listener)
          Adds a ValueInstrumentListener to the list of listeners which will receive updates of the value of the Instrument.
 void InstrumentDescriptor.removeValueInstrumentListener(ValueInstrumentListener listener)
          Removes a InstrumentListener from the list of listeners which will receive profile events.
 

Uses of ValueInstrumentListener in org.apache.excalibur.instrument.manager.impl
 

Methods in org.apache.excalibur.instrument.manager.impl with parameters of type ValueInstrumentListener
 void InstrumentDescriptorImpl.addValueInstrumentListener(ValueInstrumentListener listener)
          Adds a ValueInstrumentListener to the list of listeners which will receive updates of the value of the Instrument.
 void InstrumentDescriptorImpl.removeValueInstrumentListener(ValueInstrumentListener listener)
          Removes a InstrumentListener from the list of listeners which will receive profile events.
 



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