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

cucumber.api.event.EventListener Maven / Gradle / Ivy

There is a newer version: 7.18.0
Show newest version
package cucumber.api.event;

/**
 * This is the interface you should implement if your plugin listens to cucumber execution events
 */
public interface EventListener {

    /**
     * Set the event publisher. The formatter can register event listeners with the publisher.
     *
     * @param publisher the event publisher
     */
    void setEventPublisher(EventPublisher publisher);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy