eventbus
https://github.com/greenrobot/eventbus
Java
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported22 Subscribers
Add a CodeTriage badge to eventbus
Help out
- Issues
- extracted annotation to a separate artifact
- Documented two methods checkHasNoErrors() and getClassString()
- Proper priority handling for events with inheritance
- proper priority handling for events with inheritance
- Generated indexes do not work on API <= 8
- Added ThreadMode.MAIN_ASYNC to queue event delivery for a future loop of the Main UI Thread.
- ThreadMode.MAIN should cause events to queue
- fix: issue #238, do strict method verification default
- NoClassDefFoundError when calling Method.getAnnotation in SubscriberMethodFinder
- handling NoClassDefFoundError when calling getAnnotation in SubscriberMethodFinder
- Docs
- Java not yet supported