public interface SampleSender
Modifier and Type | Method and Description |
---|---|
void |
sampleOccurred(SampleEvent e)
A sample occurred.
|
void |
testEnded()
The test ended (probably not used; client-server mode needs a host)
|
void |
testEnded(String host)
The test ended.
|
void testEnded()
void testEnded(String host)
host
- the host that the test ended on.void sampleOccurred(SampleEvent e)
e
- a Sample EventCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.