org.apache.jmeter.engine.event

Class LoopIterationEvent


public class LoopIterationEvent
extends Object

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.

Constructor Details

LoopIterationEvent

public LoopIterationEvent(TestElement source,
                          int iter)

Method Details

getIteration

public int getIteration()
Returns the iteration.
Returns:
int

getSource

public TestElement getSource()
Returns the source.
Returns:
TestElement

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.