Uses of Class
com.google.common.eventbus.EventBus
Packages that use EventBus
Package
Description
Discouraged in favor of dependency injection and
concurrency frameworks, EventBus allows publish-subscribe-style communication.
-
Uses of EventBus in com.google.common.eventbus
Subclasses of EventBus in com.google.common.eventbusModifier and TypeClassDescriptionclassAnEventBusthat takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously.Fields in com.google.common.eventbus declared as EventBusModifier and TypeFieldDescriptionprivate EventBusSubscriber.busThe event bus this subscriber belongs to.private final EventBusSubscriberRegistry.busThe event bus this registry belongs to.private final EventBusSubscriberExceptionContext.eventBusMethods in com.google.common.eventbus that return EventBusMethods in com.google.common.eventbus with parameters of type EventBusModifier and TypeMethodDescription(package private) static SubscriberCreates aSubscriberformethodonlistener.Constructors in com.google.common.eventbus with parameters of type EventBusModifierConstructorDescriptionprivateSubscriber(EventBus bus, Object target, Method method) (package private)SubscriberExceptionContext(EventBus eventBus, Object event, Object subscriber, Method subscriberMethod) (package private)privateSynchronizedSubscriber(EventBus bus, Object target, Method method)