public class DefaultEventBus extends Object implements EventBus
EventBus. Events are published using a Scheduler.| Constructor and Description |
|---|
DefaultEventBus(rx.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Event> |
get()
Subscribe to the event bus and
Events. |
void |
publish(Event event)
Publish a
Event to the bus. |
Copyright © 2016. All rights reserved.