Package org.fluentlenium.core.components
Interface LazyComponentsListener<T>
-
- Type Parameters:
T- type of component
public interface LazyComponentsListener<T>Listen to lazy components events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlazyComponentsInitialized(java.util.Map<org.openqa.selenium.WebElement,T> componentMap)Invoked when components are initialized for web elements.
-
-
-
Method Detail
-
lazyComponentsInitialized
void lazyComponentsInitialized(java.util.Map<org.openqa.selenium.WebElement,T> componentMap)
Invoked when components are initialized for web elements.- Parameters:
componentMap- map matching WebElement objects to their components couterparts.
-
-