]> source.dussan.org Git - nextcloud-server.git/commit
Make it possible to broadcast events to (web) clients 17173/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 16 Sep 2019 16:09:43 +0000 (18:09 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 28 Oct 2019 12:58:13 +0000 (13:58 +0100)
commitd180a987149df30dacceb85b07d0bfbf9adc265e
treecba51fa719b50044bb8b370ba313df6c097bce40
parent908f13e9b961cafafe349d4906a6a8357d65b20f
Make it possible to broadcast events to (web) clients

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/Command/Broadcast/Test.php [new file with mode: 0644]
core/register_command.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Broadcast/Events/BroadcastEvent.php [new file with mode: 0644]
lib/private/EventDispatcher/EventDispatcher.php
lib/public/Broadcast/Events/IBroadcastEvent.php [new file with mode: 0644]
lib/public/EventDispatcher/ABroadcastedEvent.php [new file with mode: 0644]