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.
 

Method Detail

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 measure
item - the name of the item measured
line - the location of the item
count - the value of the measure


Copyright © 2006-2007 null. All Rights Reserved.