Package org.openqa.selenium.events.local
Class GuavaEventBus
java.lang.Object
org.openqa.selenium.events.local.GuavaEventBus
- All Implemented Interfaces:
Closeable
,AutoCloseable
,EventBus
,HasReadyState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(EventListener<?> listener) void
close()
static GuavaEventBus
void
boolean
isReady()
-
Constructor Details
-
GuavaEventBus
public GuavaEventBus()
-
-
Method Details
-
isReady
public boolean isReady()- Specified by:
isReady
in interfaceHasReadyState
-
addListener
- Specified by:
addListener
in interfaceEventBus
-
fire
-
close
public void close() -
create
-