| Package | Description |
|---|---|
| org.fluentlenium.core.components | |
| org.fluentlenium.core.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentsManager
Manage living components for a WebDriver instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocatorHandler.addListener(ProxyElementListener listener)
Add a listener for this locator handler.
|
boolean |
AbstractLocatorHandler.addListener(ProxyElementListener listener) |
static boolean |
LocatorProxies.addProxyListener(Object proxy,
ProxyElementListener listener)
Add a proxy listener for this proxy.
|
boolean |
LocatorHandler.removeListener(ProxyElementListener listener)
Removes a proxy element listener.
|
boolean |
AbstractLocatorHandler.removeListener(ProxyElementListener listener) |
static boolean |
LocatorProxies.removeProxyListener(Object proxy,
ProxyElementListener listener)
Removes a proxy element listener.
|
Copyright © 2016 FluentLenium. All Rights Reserved.