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

org.fluentlenium.core.events.EventsControl Maven / Gradle / Ivy

package org.fluentlenium.core.events;

/**
 * Control interface for events.
 */
public interface EventsControl {
    /**
     * Retrieves an event registry to register event listeners.
     *
     * @return the event registry.
     */
    EventsRegistry events();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy