Hello developers ,
I’m sure most of you have seen the “new” event dispatcher we have since a few releases. Now that we have more and more of the new, typed events, I’m thinking that we should also consider deprecating the untyped events where only a string is used as identifier and there is no relation to what event class will be emitted.
The ultimate goal should be to use \OCP\EventDispatcher\IEventDispatcher::dispatchTyped
.
More info about the dispatcher and some historic background can be found at https://docs.nextcloud.com/server/stable/developer_manual/basics/events.html#ocp-event-dispatcher.
So …
\OCP\EventDispatcher\IEventDispatcher::dispatch()
?- Yes
- No
0 voters