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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopIterationEvent
public LoopIterationEvent(TestElement source,
int iter)
getIteration
public int getIteration()
- Returns the iteration.
- Returns:
- int
getSource
public TestElement getSource()
- Returns the source.
- Returns:
- TestElement
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.