BackendListener
, BeanShellListener
, BSFListener
, JSR223Listener
, MailerResultCollector
, RemoteListenerWrapper
, RemoteSampleListenerImpl
, RemoteSampleListenerWrapper
, ResultAction
, ResultCollector
, ResultSaver
, Summariser
, TransactionController
public interface SampleListener
Modifier and Type | Method | 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)
e
- the SampleEvent
that has occurredvoid sampleStarted(SampleEvent e)
e
- the SampleEvent
that has startedvoid sampleStopped(SampleEvent e)
e
- the SampleEvent
that has stoppedCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.