Generated by
JDiff

Package com.google.common.eventbus

Added Classes and Interfaces
SubscriberExceptionContext Context for an exception thrown by a subscriber.
SubscriberExceptionHandler Handler for exceptions thrown by event subscribers.
 

Changed Classes
AsyncEventBus An EventBus that takes the Executor of your choice and uses it to dispatch events, allowing dispatch to occur asynchronously.
EventBus Dispatches events to listeners, and provides ways for listeners to register themselves.