![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.api.session.PhaseChangeHandler Maven / Gradle / Ivy
package io.hyperfoil.api.session;
public interface PhaseChangeHandler {
void onChange(String phase, PhaseInstance.Status status, boolean successful);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy