Uses of Interface
io.fluentlenium.core.components.LazyComponentsListener
Packages that use LazyComponentsListener
-
Uses of LazyComponentsListener in io.fluentlenium.core.components
Methods in io.fluentlenium.core.components with parameters of type LazyComponentsListenerModifier and TypeMethodDescriptionbooleanLazyComponentList.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 io.fluentlenium.core.domain
Methods in io.fluentlenium.core.domain with parameters of type LazyComponentsListenerModifier and TypeMethodDescriptionbooleanComponentList.addLazyComponentsListener(LazyComponentsListener listener) booleanNotLazyComponents.addLazyComponentsListener(LazyComponentsListener listener) booleanComponentList.removeLazyComponentsListener(LazyComponentsListener listener) booleanNotLazyComponents.removeLazyComponentsListener(LazyComponentsListener listener)