Uses of Package
com.google.common.eventbus
Packages that use com.google.common.eventbus
Package
Description
Discouraged in favor of dependency injection and
concurrency frameworks, EventBus allows publish-subscribe-style communication.
-
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.