public class ContainerAnnotationsEventsRegistry
extends java.lang.Object
| Constructor and Description |
|---|
ContainerAnnotationsEventsRegistry(EventsRegistry registry,
java.lang.Object container)
Creates a new container annotations events registry.
|
ContainerAnnotationsEventsRegistry(EventsRegistry registry,
java.lang.Object container,
org.openqa.selenium.WebElement targetElement)
Creates a new container annotations events registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release resources associated with this component event registrations.
|
int |
getListenerCount()
Number of listener associated with the underlying container.
|
public ContainerAnnotationsEventsRegistry(EventsRegistry registry, java.lang.Object container)
registry - events registrycontainer - container to registerpublic ContainerAnnotationsEventsRegistry(EventsRegistry registry, java.lang.Object container, org.openqa.selenium.WebElement targetElement)
registry - events registrycontainer - container to registertargetElement - target elementCopyright © 2018 FluentLenium. All Rights Reserved.