Added
- Refactored
EventDispatcherto improve efficiency and align with PSR-14. - Introduced
ListenerInterfacefor structured event handling. - Added support for prioritized listeners using
SplPriorityQueue. - Implemented
StoppableEventInterfacefor event propagation control. - Improved exception handling with
InvalidEventExceptionandInvalidListenerException.