cppncss.measure
Interface AverageObserver

All Known Implementing Classes:
ResultOutputAdapter

public interface AverageObserver

Defines an observer of averages of measures.

Author:
Mathieu Champlon

Method Summary
 void notify(java.lang.String label, float average)
          Notify of the average of measures.
 

Method Detail

notify

void notify(java.lang.String label,
            float average)
Notify of the average of measures.

Parameters:
label - the name of the measurement
average - the resulting value


Copyright © 2006-2007 null. All Rights Reserved.