Tutorial by Topics: greenrobot

@Subscribe(threadMode = ThreadMode.POSTING) public void onEvent(EventClass event) { } Thread ModeDescriptionThreadMode.POSTINGWill be called on the same thread that the event was posted on. This is the default mode.ThreadMode.MAINWill be called on the main UI thread.ThreadMode.BACKGROUNDW...

Page 1 of 1