All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.api.session.PhaseChangeHandler Maven / Gradle / Ivy

There is a newer version: 0.27.1
Show newest version
package io.hyperfoil.api.session;

public interface PhaseChangeHandler {
   void onChange(String phase, PhaseInstance.Status status, boolean successful);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy