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

Method call

output/java_guava/1.4.19/AbstractService.java:59–62  ·  view source on GitHub ↗
(Listener listener)

Source from the content-addressed store, hash-verified

57public abstract class AbstractService implements Service {
58 private static final Callback<Listener> STARTING_CALLBACK = new Callback<Listener>("starting()") {
59 @Override
60 void call(Listener listener) {
61 listener.starting();
62 }
63 };
64 private static final Callback<Listener> RUNNING_CALLBACK = new Callback<Listener>("running()") {
65 @Override

Callers

nothing calls this directly

Calls 5

startingMethod · 0.45
runningMethod · 0.45
terminatedMethod · 0.45
stoppingMethod · 0.45
failedMethod · 0.45

Tested by

no test coverage detected