Package org.openqa.selenium.grid.data
Class NodeRemovedEvent
- java.lang.Object
-
- org.openqa.selenium.events.Event
-
- org.openqa.selenium.grid.data.NodeRemovedEvent
-
public class NodeRemovedEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description NodeRemovedEvent(NodeId nodeId)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventListener<NodeId>
listener(java.util.function.Consumer<NodeId> handler)
-
-
-
Constructor Detail
-
NodeRemovedEvent
public NodeRemovedEvent(NodeId nodeId)
-
-
Method Detail
-
listener
public static EventListener<NodeId> listener(java.util.function.Consumer<NodeId> handler)
-
-