Apache JMeter
1.9

org.apache.jmeter.testelement
Interface TestListener

All Known Implementing Classes:
CookieManager, JavaSampler, JDBCSampler, MainFrame, ParamModifier, RemoteListenerWrapper, RemoteSampleListenerImpl, RemoteTestListenerWrapper, ResultCollector, ThroughputController, UserParameterModifier

public interface TestListener

Version:
$Revision: 1.4 $
Author:
unascribed

Method Summary
 void testEnded()
           
 void testEnded(String host)
           
 void testIterationStart(LoopIterationEvent event)
          Each time through a Thread Group's test script, an iteration event is fired.
 void testStarted()
           
 void testStarted(String host)
           
 

Method Detail

testStarted

public void testStarted()

testEnded

public void testEnded()

testStarted

public void testStarted(String host)

testEnded

public void testEnded(String host)

testIterationStart

public void testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is fired.

Parameters:
event -

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.