Registry / messaging / otto
library1.3.8javamavenunverified

An enhanced Guava-based event bus with emphasis on Android support, simplifying event-driven programming.

<dependency> <groupId>com.squareup</groupId> <artifactId>otto</artifactId> <version>1.3.8</version> </dependency>
INSTALL
IMPORT
SIG · OTTO
O
otto
messagingjavav1.3.8
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.

Bus
com.squareup.otto.Bus

Register an object and post an event using Otto bus.

import com.squareup.otto.Bus; Bus bus = new Bus(); bus.register(this); bus.post(new MyEvent());
Debug
Known issues
breakingOtto is deprecated in favor of RxJava or LiveData.
fix
Migrate to RxJava or Android Architecture Components LiveData.
affects: >=1.3.8
Upgrade
Version history
1.3.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
otto — mvn dependency:get otto · libregistry