Commit 9aa3f8a
committed
minor #20889 [EventDispatcher] [RFC] feat: swap from event constant to event class (94noni)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[EventDispatcher] [RFC] feat: swap from event constant to event class
Hello, another thing I notice in the doc is the usage of old "string" via (constant) for the event dispatcher and listener/subscriber
do you think it is worth it in sf v7+ to only document the "new way" via event class which is the event dispatched internally?
thank !
Commits
-------
4f50290 feat: swap from event constant to event class1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
264 | | - | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
0 commit comments