Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created March 12, 2018 09:00
Show Gist options
  • Save vvsevolodovich/0f33f66d680def728fab5cd6252bce31 to your computer and use it in GitHub Desktop.
Save vvsevolodovich/0f33f66d680def728fab5cd6252bce31 to your computer and use it in GitHub Desktop.
Background with Bus
public class Background {
private final Bus mEventBus;
public void postEvent(final Object event) {
mEventBus.post(event);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment