| Interface | Description |
|---|---|
| Logger | |
| MainThreadSupport |
Interface to the "main" thread, which can be whatever you like.
|
| Class | Description |
|---|---|
| EventBus |
EventBus is a central publish/subscribe event system for Android.
|
| EventBusBuilder |
Creates EventBus instances with custom parameters and also allows to install a custom default EventBus instance.
|
| HandlerPoster | |
| Logger.AndroidLogger | |
| Logger.JavaLogger | |
| Logger.SystemOutLogger | |
| MainThreadSupport.AndroidHandlerMainThreadSupport | |
| 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 | Description |
|---|---|
| ThreadMode |
Each subscriber method has a thread mode, which determines in which thread the method is to be called by EventBus.
|
| Exception | Description |
|---|---|
| EventBusException |
An
RuntimeException thrown in cases something went wrong inside EventBus. |
| Annotation Type | Description |
|---|---|
| Subscribe |
Available under the Apache License, Version 2.0 - Copyright © 2012-2017 greenrobot.org. All Rights Reserved.