MCPcopy Index your code
hub / github.com/antlr/codebuff / run

Method run

output/java_guava/1.4.17/Subscriber.java:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 final void dispatchEvent(final Object event) {
75 executor.execute(new Runnable() {
76 @Override
77 public void run() {
78 try {
79 invokeSubscriberMethod(event);
80 } catch (InvocationTargetException e) {
81 bus.handleSubscriberException(e.getCause(), context(event));
82 }
83 }
84 });
85 }
86

Callers

nothing calls this directly

Calls 4

contextMethod · 0.95
getCauseMethod · 0.45

Tested by

no test coverage detected