Uses of Interface
org.fluentlenium.core.components.LazyComponentsListener
-
Packages that use LazyComponentsListener Package Description org.fluentlenium.core.components org.fluentlenium.core.domain -
-
Uses of LazyComponentsListener in org.fluentlenium.core.components
Methods in org.fluentlenium.core.components with parameters of type LazyComponentsListener Modifier and Type Method Description booleanLazyComponentList. addLazyComponentsListener(LazyComponentsListener<T> listener)booleanLazyComponents. addLazyComponentsListener(LazyComponentsListener<T> listener)Add a lazy components initialization listener.booleanLazyComponentList. removeLazyComponentsListener(LazyComponentsListener<T> listener)booleanLazyComponents. removeLazyComponentsListener(LazyComponentsListener<T> listener)Remove an existing lazy components initialization listener. -
Uses of LazyComponentsListener in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain with parameters of type LazyComponentsListener Modifier and Type Method Description booleanComponentList. addLazyComponentsListener(LazyComponentsListener listener)booleanNotLazyComponents. addLazyComponentsListener(LazyComponentsListener listener)booleanComponentList. removeLazyComponentsListener(LazyComponentsListener listener)booleanNotLazyComponents. removeLazyComponentsListener(LazyComponentsListener listener)
-