Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该如何以及在哪里取消注册独立于 android 生命周期的 POJO 中的 EventBus?(没有 onCreate-,没有 onDestroy 方法)
提前致谢
我应该如何以及在哪里注销 POJO 中的 EventBus
unregister()如何:通过调用EventBus
unregister()
EventBus
其中:在您的 Java 代码中
何时:当您不再希望对象接收事件时
因为除了你之外没有人知道这个 POJO 是什么,它做什么,为什么它是一个 POJO 而不是一个 Android 组件等等,没有人能更具体地告诉你什么时候调用unregister().