Skip to content

Instantly share code, notes, and snippets.

@kaushikgopal
Created June 26, 2016 05:37
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