Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
org.apache.jmeter.samplers
public interface: SampleListener [javadoc | source]

All Known Implementing Classes:
    Summariser, BSFListener, TransactionController, ResultCollector, ResultAction, RemoteSampleListenerImpl, RemoteSampleListenerWrapper, RemoteListenerWrapper, MailerResultCollector, ResultSaver, BeanShellListener

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.
Method from org.apache.jmeter.samplers.SampleListener Summary:
sampleOccurred,   sampleStarted,   sampleStopped
Method from org.apache.jmeter.samplers.SampleListener Detail:
 public  void sampleOccurred(SampleEvent e)
    A sample has started and stopped.
 public  void sampleStarted(SampleEvent e)
    A sample has started.
 public  void sampleStopped(SampleEvent e)
    A sample has stopped.