|
|||||||||
| Home >> All >> org >> apache >> jmeter >> [ visualizers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.jmeter.visualizers
Interface Visualizer

- All Known Implementing Classes:
- org.apache.jmeter.visualizers.gui.AbstractVisualizer
- public interface Visualizer
Implement this method to be a Visualizer for JMeter. This interface defines a single method, "add()", that provides the means by which 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.
- Version:
- $Revision: 1.8 $ $Date: 2005/07/12 20:51:00 $
| Method Summary | |
void |
add(org.apache.jmeter.samplers.SampleResult sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample. |
boolean |
isStats()
This method is used to indicate a visualizer generates statistics. |
| Method Detail |
add
public void add(org.apache.jmeter.samplers.SampleResult sample)
- This method is called by sampling thread to inform the visualizer about
the arrival of a new sample.
isStats
public boolean isStats()
- This method is used to indicate a visualizer generates statistics.
|
|||||||||
| Home >> All >> org >> apache >> jmeter >> [ visualizers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC