namespace Psr\EventDispatcher
Object name | File name | Summary |
---|---|---|
EventDispatcherInterface | vendor/psr/event-dispatcher/src/EventDispatcherInterface.php | Defines a dispatcher for events. |
ListenerProviderInterface | vendor/psr/event-dispatcher/src/ListenerProviderInterface.php | Mapper from an event to the listeners that are applicable to that event. |
StoppableEventInterface | vendor/psr/event-dispatcher/src/StoppableEventInterface.php | An Event whose processing may be interrupted when the event has been handled. |