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)
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-2020 Apache Software Foundation. All Rights Reserved.