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.eventbusClassDescriptionDispatches events to listeners, and provides ways for listeners to register themselves.Context for an exception thrown by a subscriber.Handler for exceptions thrown by event subscribers.