Registry / messaging / eventbus

eventbus

JSON →
library3.3.1javamavenunverified

EventBus is a publish/subscribe event bus optimized for Android, simplifying communication between components.

<dependency> <groupId>org.greenrobot</groupId> <artifactId>eventbus</artifactId> <version>3.3.1</version> </dependency>
INSTALL
IMPORT
SIG · EVENTBUS
E
eventbus
messagingjavav3.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EventBus
org.greenrobot.eventbus.EventBus

Register a subscriber and handle events with EventBus.

import org.greenrobot.eventbus.EventBus; import org.greenrobot.eventbus.Subscribe; EventBus.getDefault().register(this); @Subscribe public void onEvent(MyEvent event) { // handle event }
Debug
Known issues
gotchaEventBus 3.x uses annotation-based subscription; older versions used method naming conventions.
fix
Ensure you use @Subscribe annotation and register/unregister properly.
affects: >=3.0.0
Upgrade
Version history
3.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
eventbus — mvn dependency:get eventbus · libregistry