cppncss.measure
Interface SumObserver

All Known Implementing Classes:
ResultOutputAdapter

public interface SumObserver

Defines an observer for sums of measures.

Author:
Mathieu Champlon

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

Method Detail

notify

void notify(java.lang.String label,
            long sum)
Notify of the sum of measures.

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


Copyright © 2006-2007 null. All Rights Reserved.