eu.reservoir.monitoring.appl
Class PrintReporter

java.lang.Object
  extended by eu.reservoir.monitoring.appl.PrintReporter
All Implemented Interfaces:
Reporter, java.util.EventListener

public class PrintReporter
extends java.lang.Object
implements Reporter

A PrintReporter just prints a Measurement.


Constructor Summary
PrintReporter()
           
 
Method Summary
 void report(Measurement m)
          In a PrintReporter, report() just prints the Measurement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintReporter

public PrintReporter()
Method Detail

report

public void report(Measurement m)
In a PrintReporter, report() just prints the Measurement.

Specified by:
report in interface Reporter


RESERVOIR Monitoring 0.6.4