org.rutil.loadtest
Interface StatsHandler

All Known Implementing Classes:
StatsHandler.SystemOutHandler

public interface StatsHandler

A notification listener to processes the test results as needed.

Author:
mohan

Nested Class Summary
static class StatsHandler.SystemOutHandler
          System stats handler that prints out all the stats to console (to System.out)
 
Method Summary
 void handleFinal(Stats stats)
           
 void handleIntermediate(Stats stats)
           
 void handleStart()
           
 

Method Detail

handleStart

void handleStart()

handleIntermediate

void handleIntermediate(Stats stats)

handleFinal

void handleFinal(Stats stats)