Package org.greenrobot.eventbus
-
Interface Summary Interface Description Logger MainThreadSupport Interface to the "main" thread, which can be whatever you like.Poster Posts events. -
Class Summary Class Description 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.Logger.Default Logger.JavaLogger Logger.SystemOutLogger NoSubscriberEvent This Event is posted by EventBus when no subscriber is found for a posted event.SubscriberExceptionEvent This Event is posted by EventBus when an exception occurs inside a subscriber's event handling method.SubscriberMethod Used internally by EventBus and generated subscriber indexes. -
Enum Summary Enum Description ThreadMode Each subscriber method has a thread mode, which determines in which thread the method is to be called by EventBus. -
Exception Summary Exception Description EventBusException AnRuntimeException
thrown in cases something went wrong inside EventBus. -
Annotation Types Summary Annotation Type Description Subscribe