Uses of Package
com.google.common.eventbus
Packages that use com.google.common.eventbus
Package
Description
The EventBus allows publish-subscribe-style communication between components without requiring
the components to explicitly register with one another (and thus be aware of each other).
-
Classes in com.google.common.eventbus used by com.google.common.eventbusClassDescriptionHandler for dispatching events to subscribers, providing different event ordering guarantees that make sense for different situations.Implementation of
Dispatcher.immediate()
.Marks all "top-level" types as non-null in a way that is recognized by Kotlin.Dispatches events to listeners, and provides ways for listeners to register themselves.Simple logging handler for subscriber exceptions.A subscriber method on a specific object, plus the executor that should be used for dispatching events to it.Context for an exception thrown by a subscriber.Handler for exceptions thrown by event subscribers.Registry of subscribers to a single event bus.