作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
在使用绿色 Robot Eventbus 时出现错误
E/AndroidRuntime(2537): Caused by: de.greenrobot.event.EventBusException: Subscriber class com.example.MyActivity has no public methods called onEvent
详细信息:
我加载的 Activity 包含一个包含 10 个子 fragment 的 fragment ,而不是调用 EventBus.getDefault().register(this);
在我调用的每个嵌套(子) fragment 中 在该 fragment 的父 Activity 中注册
。
最佳答案
通过在同一 fragment 中声明 onEventMainThread
方法和 EventBus.getDefault().register(this);
解决(应在同一类中声明)
关于android - 订阅者类没有在 Event 上调用的公共(public)方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24926859/
我是一名优秀的程序员,十分优秀!