All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractSubscriberInfo Base class for generated subscriber meta info classes created by annotation processing.AndroidComponents AndroidDependenciesDetector AsyncExecutor Executes anAsyncExecutor.RunnableEx
using a thread pool.AsyncExecutor.Builder AsyncExecutor.RunnableEx LikeRunnable
, but the run method may throw an exception.EventBus EventBus is a central publish/subscribe event system for Java and Android.EventBusBuilder Creates EventBus instances with custom parameters and also allows to install a custom default EventBus instance.EventBusException AnRuntimeException
thrown in cases something went wrong inside EventBus.ExceptionToResourceMapping Maps throwables to texts for error dialogs.HasExecutionScope Logger Logger.Default Logger.JavaLogger Logger.SystemOutLogger MainThreadSupport Interface to the "main" thread, which can be whatever you like.NoSubscriberEvent This Event is posted by EventBus when no subscriber is found for a posted event.Poster Posts events.SimpleSubscriberInfo UsesSubscriberMethodInfo
objects to createSubscriberMethod
objects on demand.Subscribe SubscriberExceptionEvent This Event is posted by EventBus when an exception occurs inside a subscriber's event handling method.SubscriberInfo Base class for generated index classes created by annotation processing.SubscriberInfoIndex Interface for generated indexes.SubscriberMethod Used internally by EventBus and generated subscriber indexes.SubscriberMethodInfo ThreadMode Each subscriber method has a thread mode, which determines in which thread the method is to be called by EventBus.ThrowableFailureEvent A generic failure event, which can be used by apps to propagate thrown exceptions.