Package io.fluentlenium.core.components
Interface LazyComponentsListener<T>
- Type Parameters:
T- type of component
public interface LazyComponentsListener<T>
Listen to lazy components events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidlazyComponentsInitialized(Map<org.openqa.selenium.WebElement, T> componentMap) Invoked when components are initialized for web elements.
-
Method Details
-
lazyComponentsInitialized
Invoked when components are initialized for web elements.- Parameters:
componentMap- map matching WebElement objects to their components couterparts.
-