eventbus使用与源码分析

  1. 依赖 compile 'org.greenrobot:eventbus:3.0.0'   2.EventBus的三要素 : (1) Event:事件,可以是任意类型的对象。 (2) Subscriber:事件订阅者, 在EventBus3.0之前消息处理的方法只能限定于onEvent、onEventMainThread、onEventBackgroundThread和onEventAsy
相关文章
相关标签/搜索