Package org.apache.jmeter.engine.event
Interface LoopIterationListener
- All Known Subinterfaces:
IteratingController
- All Known Implementing Classes:
CompareAssertion,ConstantTimer,CounterConfig,CSVDataSet,ForeachController,GaussianRandomTimer,LoopController,OnceOnlyController,PoissonRandomTimer,RandomTimer,RandomVariableConfig,ThroughputController,UniformRandomTimer,UserParameters,WhileController
public interface LoopIterationListener
Allows a class to receive loop iteration start events.
-
Method Summary
Modifier and TypeMethodDescriptionvoiditerationStart(LoopIterationEvent iterEvent) Called when a loop iteration is about to start.
-
Method Details
-
iterationStart
Called when a loop iteration is about to start.- Parameters:
iterEvent- the event
-