Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ EventBus
Method
EventBus
output/java_guava/1.4.16/EventBus.java:109–111 ·
view source on GitHub ↗
Creates a new EventBus named "default".
()
Source
from the content-addressed store, hash-verified
107
108
109
public
EventBus() {
110
this(
"default"
);
111
}
112
113
/**
114
* Creates a
new
EventBus with the given {@code identifier}.
Callers
nothing calls this directly
Calls
3
directExecutor
Method · 0.95
perThreadDispatchQueue
Method · 0.95
checkNotNull
Method · 0.45
Tested by
no test coverage detected