![JAR search and dependency download from the Maven repository](/logo.png)
io.cucumber.plugin.event.EventHandler Maven / Gradle / Ivy
package io.cucumber.plugin.event;
import org.apiguardian.api.API;
@API(status = API.Status.STABLE)
public interface EventHandler {
void receive(T event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy