Everything under Quiote\Event.
| Class | Description |
|---|
Event | Base class for framework/domain events dispatched through Events. |
EventDispatcher | A minimal PSR-14 dispatcher over a ListenerProvider. |
Events | Static facade for the event subsystem, mirroring Log and Trace: a process-global, worker-lifetime listener registry configured once (typically by plugins at boot) and used everywhere via the facade, with no per-request wiring. |
ListenerProvider | Priority-ordered PSR-14 listener provider. |
StoppableEvent | An Event whose propagation a listener can halt. |