nextcloud-server/lib/public/EventDispatcher
Christoph Wurst d180a98714
Make it possible to broadcast events to (web) clients
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-28 13:58:13 +07:00
..
ABroadcastedEvent.php Make it possible to broadcast events to (web) clients 2019-10-28 13:58:13 +07:00
Event.php Use Symfony's new contract Event class instead of the deprecated one 2019-09-12 14:44:55 +07:00
IEventDispatcher.php Add Symfony inspired typed event dispatcher method 2019-09-11 20:02:50 +07:00
IEventListener.php