org.loadosophia.jmeter.StatusNotifierCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-standard Show documentation
Show all versions of jmeter-plugins-standard Show documentation
Custom plugins set for Apache JMeter
package org.loadosophia.jmeter;
public interface StatusNotifierCallback {
public void notifyAbout(String info);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy