|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
AbstractVisualizer
class.
| Method Summary | |
void |
add(SampleResult sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample. |
| Method Detail |
public void add(SampleResult sample)
|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||