| Package | Description |
|---|---|
| cn.sliew.milky.event | |
| cn.sliew.milky.event.reflection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventListener<E extends Event> |
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
EventBus.register(EventListener<E> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBus.fire(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBus.register(Class<? extends Event> clazz,
EventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
DefaultEventBus.register(EventListener<E> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEventBus.fire(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEventBus.register(Class<? extends Event> clazz,
EventListener listener) |
Copyright © 2022. All rights reserved.