| Interface | Description |
|---|---|
| EventBus |
Base interface to define event bus in sdk
|
| EventHandler |
EventHandler interface defines the contract for handler. |
| EventListener<T extends Event> |
Interface to define event listeners.
|
| Class | Description |
|---|---|
| DefaultEventBus |
This is default implementation of
EventBus interface with very basic
capabilities. |
| Event |
Event represents SDK generated events. |
| Enum | Description |
|---|---|
| Event.EventType |
EventType indicates type of the event allowing the default
Event implementation to be used for multiple event types. |
| Exception | Description |
|---|---|
| EventBusException |
Copyright © 2019. All rights reserved.