Skip to content

Instantly share code, notes, and snippets.

@Pacane
Created March 4, 2019 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pacane/82809b124f381044f5f0f7fd9d1d5d87 to your computer and use it in GitHub Desktop.
Save Pacane/82809b124f381044f5f0f7fd9d1d5d87 to your computer and use it in GitHub Desktop.
class Bob {
final EventBus bus;
Bob(EventBus bus) {
this.bus = bus;
}
void faireQuelqueChose() {
bus.utiliserBus();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment