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.
|
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 event handler 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-2016 greenrobot.org. All Rights Reserved.