org.apache.jmeter.visualizers
Interface Visualizer

All Known Implementing Classes:
BarVisualizer, GraphVisualizer, FileVisualizer

public abstract interface Visualizer

This interface defines those methods needed by a visualizer to be run and accessed. All visualizer pluging must implement this inteface in order to be plugged into JMeter.

Version:
$Revision: 1.1 $ $Date: 1999/02/27 14:05:40 $
Author:
Stefano Mazzocchi

Method Summary
 void add(long sample)
          This method is called by sampling thread to inform the visualizer about the arrival of a new sample.
 void clear()
          This method is called to clear the visualizer and reset its state.
 

Method Detail

add

public void add(long sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample.

clear

public void clear()
This method is called to clear the visualizer and reset its state.

Copyright (c) 1998-99 The Java Apache Project