Android事件总线(二)EventBus3.0源码解析
摘要:
1.构造函数 当我们要调用EventBus的功能时,比如注册或者发送事件,总会调用EventBus.getDefault()来获取EventBus实例: public static EventBus getDefault() { if (defaultInstance == null) { sync 阅读全文
posted @ 2016-10-27 23:46 安卓笔记侠 阅读(557) 评论(0) 推荐(0)
浙公网安备 33010602011771号