Uses of Class
org.openqa.selenium.events.EventListener
-
Packages that use EventListener Package Description org.openqa.selenium.events org.openqa.selenium.events.local org.openqa.selenium.events.zeromq org.openqa.selenium.grid.data -
-
Uses of EventListener in org.openqa.selenium.events
Methods in org.openqa.selenium.events with parameters of type EventListener Modifier and Type Method Description void
EventBus. addListener(EventListener<?> listener)
-
Uses of EventListener in org.openqa.selenium.events.local
Methods in org.openqa.selenium.events.local with parameters of type EventListener Modifier and Type Method Description void
GuavaEventBus. addListener(EventListener<?> listener)
-
Uses of EventListener in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq that return EventListener Modifier and Type Method Description static EventListener<ZeroMqEventBus.RejectedEvent>
ZeroMqEventBus. onRejectedEvent(java.util.function.Consumer<ZeroMqEventBus.RejectedEvent> handler)
-
Uses of EventListener in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return EventListener Modifier and Type Method Description static EventListener<NewSessionResponse>
NewSessionResponseEvent. listener(java.util.function.Consumer<NewSessionResponse> handler)
static EventListener<NodeId>
NodeAddedEvent. listener(java.util.function.Consumer<NodeId> handler)
static EventListener<NodeId>
NodeDrainComplete. listener(java.util.function.Consumer<NodeId> handler)
static EventListener<NodeId>
NodeDrainStarted. listener(java.util.function.Consumer<NodeId> handler)
static EventListener<NodeStatus>
NodeHeartBeatEvent. listener(java.util.function.Consumer<NodeStatus> handler)
static EventListener<NodeStatus>
NodeRemovedEvent. listener(java.util.function.Consumer<NodeStatus> handler)
static EventListener<NodeStatus>
NodeRestartedEvent. listener(java.util.function.Consumer<NodeStatus> handler)
static EventListener<NodeStatus>
NodeStatusEvent. listener(java.util.function.Consumer<NodeStatus> handler)
static EventListener<SessionId>
SessionClosedEvent. listener(java.util.function.Consumer<SessionId> handler)
-