Implement this method to be a Visualizer for JMeter. This interface defines a
single method, "add()", that provides the means by which
org.apache.jmeter.samplers.SampleResult SampleResults are passed to
the implementing visualizer for display/logging. The easiest way to create
the visualizer is to extend the
org.apache.jmeter.visualizers.gui.AbstractVisualizer class.
Method Summary
public void
add(SampleResult sample) This method is called by sampling thread to inform the visualizer about
the arrival of a new sample.
public boolean
isStats() This method is used to indicate a visualizer generates statistics.