net.sf.jbenchmark.util
Interface StatisticPublisher

All Known Implementing Classes:
AbstractStatisticPublisher

public interface StatisticPublisher

Classes publish a statistic summary.

Version:
$Id: StatisticPublisher.java,v 1.3 2004/07/02 01:11:34 twpatkua Exp $
Author:
Patrick Kua

Method Summary
 java.io.PrintWriter getPrintWriter()
          Get the place to which the publishing of results should go.
 void publish(StatisticsSummary statisticsSummary)
          Publish a statistic summary.
 void setFormatter(StatisticFormatter formatter)
          Set the format in which the statistics will be formatted.
 

Method Detail

publish

public void publish(StatisticsSummary statisticsSummary)
Publish a statistic summary.


setFormatter

public void setFormatter(StatisticFormatter formatter)
Set the format in which the statistics will be formatted.


getPrintWriter

public java.io.PrintWriter getPrintWriter()
Get the place to which the publishing of results should go.