Uses of Interface
org.fluentlenium.core.proxy.ProxyElementListener
-
Packages that use ProxyElementListener Package Description org.fluentlenium.core.components org.fluentlenium.core.proxy -
-
Uses of ProxyElementListener in org.fluentlenium.core.components
Classes in org.fluentlenium.core.components that implement ProxyElementListener Modifier and Type Class Description classComponentsManagerManage living components for a WebDriver instance. -
Uses of ProxyElementListener in org.fluentlenium.core.proxy
Methods in org.fluentlenium.core.proxy with parameters of type ProxyElementListener Modifier and Type Method Description booleanAbstractLocatorHandler. addListener(ProxyElementListener listener)booleanLocatorHandler. addListener(ProxyElementListener listener)Add a listener for this locator handler.static booleanLocatorProxies. addProxyListener(java.lang.Object proxy, ProxyElementListener listener)Add a proxy listener for this proxy.booleanAbstractLocatorHandler. removeListener(ProxyElementListener listener)booleanLocatorHandler. removeListener(ProxyElementListener listener)Removes a proxy element listener.static booleanLocatorProxies. removeProxyListener(java.lang.Object proxy, ProxyElementListener listener)Removes a proxy element listener.
-