org.apache.jmeter.samplers
Interface SampleListener
- BeanShellListener, BSFListener, MailerResultCollector, RemoteListenerWrapper, RemoteSampleListenerImpl, RemoteSampleListenerWrapper, ResultAction, ResultCollector, ResultSaver, Summariser, TransactionController
public interface SampleListener
Allows notification on events occuring during the sampling process.
Specifically, when sampling is started, when a specific sample is obtained,
and when sampling is stopped.
sampleOccurred
public void sampleOccurred(SampleEvent e)
A sample has started and stopped.
sampleStarted
public void sampleStarted(SampleEvent e)
A sample has started.
sampleStopped
public void sampleStopped(SampleEvent e)
A sample has stopped.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.