org.apache.jmeter.samplers
public interface SampleListener
Modifier and Type | Method and Description |
---|---|
void |
sampleOccurred(SampleEvent e)
A sample has started and stopped.
|
void |
sampleStarted(SampleEvent e)
A sample has started.
|
void |
sampleStopped(SampleEvent e)
A sample has stopped.
|
void sampleOccurred(SampleEvent e)
void sampleStarted(SampleEvent e)
void sampleStopped(SampleEvent e)
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.