@@ -282,7 +282,7 @@ to return true:wantsResponderID| |
282
282
+ + */
283
283
284
284
/**
285
- * A note about event ordering in the `EventPluginHub `.
285
+ * A note about event ordering in the `EventPluginRegistry `.
286
286
*
287
287
* Suppose plugins are injected in the following order:
288
288
*
@@ -301,7 +301,7 @@ to return true:wantsResponderID| |
301
301
* - When returned from `extractEvents`, deferred-dispatched events contain an
302
302
* "accumulation" of deferred dispatches.
303
303
* - These deferred dispatches are accumulated/collected before they are
304
- * returned, but processed at a later time by the `EventPluginHub ` (hence the
304
+ * returned, but processed at a later time by the `EventPluginRegistry ` (hence the
305
305
* name deferred).
306
306
*
307
307
* In the process of returning their deferred-dispatched events, event plugins
@@ -325,9 +325,9 @@ to return true:wantsResponderID| |
325
325
* - `R`s on-demand events (if any) (dispatched by `R` on-demand)
326
326
* - `S`s on-demand events (if any) (dispatched by `S` on-demand)
327
327
* - `C`s on-demand events (if any) (dispatched by `C` on-demand)
328
- * - `R`s extracted events (if any) (dispatched by `EventPluginHub `)
329
- * - `S`s extracted events (if any) (dispatched by `EventPluginHub `)
330
- * - `C`s extracted events (if any) (dispatched by `EventPluginHub `)
328
+ * - `R`s extracted events (if any) (dispatched by `EventPluginRegistry `)
329
+ * - `S`s extracted events (if any) (dispatched by `EventPluginRegistry `)
330
+ * - `C`s extracted events (if any) (dispatched by `EventPluginRegistry `)
331
331
*
332
332
* In the case of `ResponderEventPlugin`: If the `startShouldSetResponder`
333
333
* on-demand dispatch returns `true` (and some other details are satisfied) the
@@ -336,9 +336,9 @@ to return true:wantsResponderID| |
336
336
* will appear as follows:
337
337
*
338
338
* - `startShouldSetResponder` (`ResponderEventPlugin` dispatches on-demand)
339
- * - `touchStartCapture` (`EventPluginHub ` dispatches as usual)
340
- * - `touchStart` (`EventPluginHub ` dispatches as usual)
341
- * - `responderGrant/Reject` (`EventPluginHub ` dispatches as usual)
339
+ * - `touchStartCapture` (`EventPluginRegistry ` dispatches as usual)
340
+ * - `touchStart` (`EventPluginRegistry ` dispatches as usual)
341
+ * - `responderGrant/Reject` (`EventPluginRegistry ` dispatches as usual)
342
342
*/
343
343
344
344
function setResponderAndExtractTransfer (
0 commit comments