|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.engine.event.LoopIterationEvent
public class LoopIterationEvent
An iteration event provides information about the iteration number and the source of the event.
| Constructor Summary | |
|---|---|
LoopIterationEvent(TestElement source,
int iter)
|
|
| Method Summary | |
|---|---|
int |
getIteration()
Returns the iteration. |
TestElement |
getSource()
Returns the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopIterationEvent(TestElement source,
int iter)
| Method Detail |
|---|
public int getIteration()
public TestElement getSource()
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||