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
- Allow registration of classes without any subscriptions
- Move and port tests from EventBusTest to EventBus module
- Make EventBus(EventBusBuilder) constructor public.
- Add plain Java tests
- Don't throw exception for absence public methods with the @Subscribe annotation if throwSubscriberException=false
- Custom Logger
- Have an option to fail the build if subscriber is not public?
- Warnings when using generics with 3.0
- handleSubscriberException() consumes all Throwables, even java.lang.Error
- Throw exception if listener method is not public
- Docs
- Java not yet supported