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

org.fluentlenium.core.components.LazyComponentsListener Maven / Gradle / Ivy

package org.fluentlenium.core.components;

import org.openqa.selenium.WebElement;

import java.util.Map;

/**
 * Listen to lazy components events.
 *
 * @param  type of component
 */
public interface LazyComponentsListener {
    /**
     * Invoked when components are initialized for web elements.
     *
     * @param componentMap map matching WebElement objects to their components couterparts.
     */
    void lazyComponentsInitialized(Map componentMap);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy