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
- Fix two common needs
- 3.0.0-beta: <identifier> expected in generated subscriber index, for class with generics
- Suggest: integration with HandlerThread
- Make variables in AsyncExecutor.java protected instead of private
- Handling events in base class while child class is free of onEvent methods
- Mechanism to mark events that must always be posted as sticky
- Support for one-to-one singular communication
- Support for plain Java (non Android) projects
- onEvent override
- EventBus not shared between processes
- Docs
- Java not yet supported