Package org.apache.jmeter.engine.event
Class LoopIterationEvent
- java.lang.Object
-
- org.apache.jmeter.engine.event.LoopIterationEvent
-
public class LoopIterationEvent extends Object
An iteration event provides information about the iteration number and the source of the event.
-
-
Constructor Summary
Constructors Constructor Description LoopIterationEvent(TestElement source, int iter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIteration()
Returns the iteration.TestElement
getSource()
Returns the source.
-
-
-
Constructor Detail
-
LoopIterationEvent
public LoopIterationEvent(TestElement source, int iter)
-
-
Method Detail
-
getIteration
public int getIteration()
Returns the iteration.- Returns:
- int
-
getSource
public TestElement getSource()
Returns the source.- Returns:
- TestElement
-
-