File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -440,14 +440,9 @@ EventDispatcher Aware Events and Listeners
440
440
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
441
441
442
442
The ``EventDispatcher `` always passes the dispatched event, the event's
443
- name and a reference to itself to the listeners. This can be used in some
444
- advanced usages of the ``EventDispatcher `` like dispatching other events
445
- in listeners, event chaining or even lazy loading of more listeners into
446
- the dispatcher object as shown in the following examples.
447
-
448
- This can lead to some advanced applications of the ``EventDispatcher ``
449
- including dispatching other events inside listeners, chaining events or even
450
- lazy loading listeners into the dispatcher object.
443
+ name and a reference to itself to the listeners. This can lead to some advanced
444
+ applications of the ``EventDispatcher `` including dispatching other events inside
445
+ listeners, chaining events or even lazy loading listeners into the dispatcher object.
451
446
452
447
.. index ::
453
448
single: EventDispatcher; Dispatcher shortcuts
You can’t perform that action at this time.
0 commit comments