cppncss.counter
Interface CounterObserver
- All Known Subinterfaces:
- Collector
- All Known Implementing Classes:
- AverageCollector, MeasureCollector, SumCollector
public interface CounterObserver
Defines an observer for measures.
- Author:
- Mathieu Champlon
|
Method Summary |
void |
notify(java.lang.String label,
java.lang.String item,
int line,
int count)
Notify about a measure. |
notify
void notify(java.lang.String label,
java.lang.String item,
int line,
int count)
- Notify about a measure.
- Parameters:
label - the name of the measureitem - the name of the item measuredline - the location of the itemcount - the value of the measure
Copyright © 2006-2007 null. All Rights Reserved.