summaryrefslogtreecommitdiffstats
path: root/lib/public/EventDispatcher
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to remove listenersJoas Schilling2020-02-271-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-055-10/+17
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-261-0/+169
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>