Skip to content

Instantly share code, notes, and snippets.

@shikto1
Created July 16, 2018 05:55
Show Gist options
  • Save shikto1/9b77016b1fc5f1354799ea22c62bc96d to your computer and use it in GitHub Desktop.
Save shikto1/9b77016b1fc5f1354799ea22c62bc96d to your computer and use it in GitHub Desktop.
public class BusStation {
private static EventBus sBus;
public static EventBus getBus() {
if (sBus == null)
sBus = EventBus.getDefault();
return sBus;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment