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 SummaryConstructorsConstructorDescriptionLoopIterationEvent(org.apache.jmeter.testelement.TestElement source, int iter) 
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the iteration.org.apache.jmeter.testelement.TestElementReturns the source.
- 
Constructor Details- 
LoopIterationEventpublic LoopIterationEvent(org.apache.jmeter.testelement.TestElement source, int iter) 
 
- 
- 
Method Details- 
getIterationpublic int getIteration()Returns the iteration.- Returns:
- int
 
- 
getSourcepublic org.apache.jmeter.testelement.TestElement getSource()Returns the source.- Returns:
- TestElement
 
 
-