| Method and Description |
|---|
| de.greenrobot.event.EventBus.register(Object, Class>, Class>...)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.register(Object, String)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.register(Object, String, Class>, Class>...)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.registerSticky(Object, Class>, Class>...)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.registerSticky(Object, String)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.registerSticky(Object, String, Class>, Class>...)
For simplification of the API, this method will be removed in the future.
|
| de.greenrobot.event.EventBus.unregister(Object, Class>...)
For simplification of the API, this method will be removed in the future.
|
Available under the Apache License, Version 2.0 - Copyright © 2012-2013 greenrobot.de. All Rights Reserved.