JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.openqa.selenium.logging
EventType
Contents
Description
Method Summary
Method Details
consume(X)
initializeListener(WebDriver)
Hide sidebar
Show sidebar
Interface EventType<
X
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
EventType<X>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
void
consume
(
X
event)
default void
initializeListener
(
WebDriver
webDriver)
Method Details
consume
void
consume
(
X
event)
initializeListener
default
void
initializeListener
(
WebDriver
webDriver)