summaryrefslogtreecommitdiffstats
path: root/lib/public/EventDispatcher
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+71
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-2/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-111-0/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add event dispatcher to OCPChristoph Wurst2019-06-253-0/+141
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>