Skip to content

Instantly share code, notes, and snippets.

@kaushikgopal
Created June 26, 2016 05:37
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 kaushikgopal/ecb186475c697410a6b4ee03d5a507ad to your computer and use it in GitHub Desktop.
Save kaushikgopal/ecb186475c697410a6b4ee03d5a507ad to your computer and use it in GitHub Desktop.
Blog post snippet for implementing event bus
@OnClick(R.id.btn_demo_rxbus_tap)
public void onTapButtonClicked() {
_rxBus.send(new TapEvent());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment