cppncss.measure
Interface MeasureObserver

All Known Implementing Classes:
ResultOutputAdapter

public interface MeasureObserver

Defines a measure observer.

Author:
Mathieu Champlon

Method Summary
 void notify(java.util.List<java.lang.String> labels)
          Notify of the labels of the measures.
 void notify(java.lang.String item, int count)
          Notify of a measure.
 

Method Detail

notify

void notify(java.util.List<java.lang.String> labels)
Notify of the labels of the measures.

Parameters:
labels - the list of the measures.

notify

void notify(java.lang.String item,
            int count)
Notify of a measure.

Parameters:
item - the name of the measured item
count - the result of the measure


Copyright © 2006-2007 null. All Rights Reserved.