org.jmeterplugins.protocol.http.control.KeyWaiter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-extras Show documentation
Show all versions of jmeter-plugins-extras Show documentation
Custom plugins set for Apache JMeter
package org.jmeterplugins.protocol.http.control;
public interface KeyWaiter {
public void waitForKey();
}