| Class | Description |
|---|---|
| AbstractEventBus |
Abstract implementation of an event bus.
|
| SimpleEventBus |
Simple, concrete implementation of an event bus that can cover most use cases.
|
| StaticEventBus |
Static version of a
SimpleEventBus that can be used when a single instance is needed and must be accessible
from everywhere (avoiding repetitive code like "StaticEventBus.getInstance()"). |
Copyright © 2017. All rights reserved.