MCPcopy Create free account
hub / github.com/antlr/codebuff / EventBus

Method EventBus

output/java_guava/1.4.17/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

directExecutorMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected