eu.reservoir.monitoring.core
Interface Reporter

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PrintReporter

public interface Reporter
extends java.util.EventListener

An interface for printing a Measurement. Reporters behave like an EventListener.


Method Summary
 void report(Measurement m)
          Report the object
 

Method Detail

report

void report(Measurement m)
Report the object



RESERVOIR Monitoring 0.6.4