| Interface | Description |
|---|---|
| Bus |
Dispatches events to listeners, and provides ways for listeners to register themselves.
|
| Class | Description |
|---|---|
| Subscribe.Mode | |
| TinyBus |
Main bus implementation.
|
| TinyBus.Wireable |
You can wire instances of this class to a bus instance using
TinyBus.wire(Wireable) method. |
| Annotation Type | Description |
|---|---|
| Produce |
Marks a method as an instance producer, as used by
Bus. |
| Subscribe |
Marks a method as an event handler, as used by
Bus. |