org.apache.jmeter.visualisers
Interface Visualiser

All Known Implementing Classes:
GraphVisualiser, TextVisualiser, BarVisualiser

public abstract interface Visualiser

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

Version:
$Revision: 1.2 $ $Date: 1998/12/14 00:52:12 $
Author:
Stefano Mazzocchi

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

Method Detail

add

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

clear

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

Copyright (c) 1998 The Java Apache Project