📣 Event Manager Event Bus
The EventManagerEventBus
emits "event manager" related events. It's stored by an EventManager
, and you can get it
via EventManager#getManagerBus()
.
tip
You can check more information about buses on the 📣 Event Buses documentation.
👂 Events
Currently, the events that it emits are:
EventBusAdd
- Emitted when a newEventBus
is added. Passes the addedEventBus
.EventBusRemove
- Emitted when anEventBus
is removed. Passes the removedEventBus
.
You can get these events from the EventManagerEventEnum
enum on @core
.