Generated by
JDiff

Package com.google.common.eventbus

Changed Classes and Interfaces
AsyncEventBus An EventBus that takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously.
DeadEvent Wraps an event that was posted, but which had no subscribers and thus could not be delivered.
EventBus Dispatches events to listeners, and provides ways for listeners to register themselves.
SubscriberExceptionHandler Handler for exceptions thrown by event subscribers.