Package org.openqa.selenium.events
Interface EventBus
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
GuavaEventBus
public interface EventBus extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(Type type, java.util.function.Consumer<Event> onType)voidclose()voidfire(Event event)
-