Package org.apache.jmeter.engine.event
Class LoopIterationEvent
java.lang.Object
org.apache.jmeter.engine.event.LoopIterationEvent
An iteration event provides information about the iteration number and the
 source of the event.
- 
Constructor Summary
ConstructorsConstructorDescriptionLoopIterationEvent(org.apache.jmeter.testelement.TestElement source, int iter)  - 
Method Summary
Modifier and TypeMethodDescriptionintReturns the iteration.org.apache.jmeter.testelement.TestElementReturns the source. 
- 
Constructor Details
- 
LoopIterationEvent
public LoopIterationEvent(org.apache.jmeter.testelement.TestElement source, int iter)  
 - 
 - 
Method Details
- 
getIteration
public int getIteration()Returns the iteration.- Returns:
 - int
 
 - 
getSource
public org.apache.jmeter.testelement.TestElement getSource()Returns the source.- Returns:
 - TestElement
 
 
 -