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

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

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

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

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

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



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