glhcp/server/vendor/symfony/event-dispatcher
yin5th 0921f0105d feat: init 2023-08-10 14:59:52 +08:00
..
Debug feat: init 2023-08-10 14:59:52 +08:00
DependencyInjection feat: init 2023-08-10 14:59:52 +08:00
CHANGELOG.md feat: init 2023-08-10 14:59:52 +08:00
Event.php feat: init 2023-08-10 14:59:52 +08:00
EventDispatcher.php feat: init 2023-08-10 14:59:52 +08:00
EventDispatcherInterface.php feat: init 2023-08-10 14:59:52 +08:00
EventSubscriberInterface.php feat: init 2023-08-10 14:59:52 +08:00
GenericEvent.php feat: init 2023-08-10 14:59:52 +08:00
ImmutableEventDispatcher.php feat: init 2023-08-10 14:59:52 +08:00
LICENSE feat: init 2023-08-10 14:59:52 +08:00
LegacyEventDispatcherProxy.php feat: init 2023-08-10 14:59:52 +08:00
LegacyEventProxy.php feat: init 2023-08-10 14:59:52 +08:00
README.md feat: init 2023-08-10 14:59:52 +08:00
composer.json feat: init 2023-08-10 14:59:52 +08:00

README.md

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources