jjzjj

onEventBackgroundThread

全部标签

java - Greenbot Eventbus 3.0 : What is the difference between onEvent, onEventMainThread、onEventBackgroundThread 和 onEventAsync?

我对onEvent、onEventMainThread、onEventBackgroundThread和onEventAsync在Greenrobot'sEventBus3.0中的用法有点困惑从我在documentation中看到的:onEvent与ThreadMode.POSTING一起使用(默认)onEventMainThread与ThreadMode.MAIN一起使用onEventBackgroundThread与ThreadMode.BackgroundThread一起使用onEventAsync与ThreadMode.ASYNC一起使用但是如果事件是从后台线程发布的:@Sub