Interface SampleSender

    • Method Detail

      • testEnded

        void testEnded()
        The test ended (probably not used; client-server mode needs a host)
      • testEnded

        void testEnded​(String host)
        The test ended. This will be called from the engine thread.
        Parameters:
        host - the host that the test ended on.
      • sampleOccurred

        void sampleOccurred​(SampleEvent e)
        A sample occurred. This method will be called from the sampler thread.
        Parameters:
        e - a Sample Event