| Interface | Description |
|---|---|
| BatchEventDispatchedListener | |
| EventDispatcher | |
| EventDispatcherListener |
Interface used to intercept events dispatched by {#link EventDispatcher}
|
| EventDispatcherProvider |
An interface that can be implemented by a
ReactContext to
provide a first-class API for accessing the EventDispatcher from the UIManager. |
| RCTEventEmitter |
| Class | Description |
|---|---|
| BlackHoleEventDispatcher |
A singleton class that overrides
EventDispatcher with no-op methods, to be used by
callers that expect an EventDispatcher when the instance doesn't exist. |
| ContentSizeChangeEvent |
Event dispatched when total width or height of a view's children changes
|
| Event<T extends Event> |
A UI event that can be dispatched to JS.
|
| EventDispatcherImpl |
Class responsible for dispatching UI events to JS.
|
| NativeGestureUtil |
Utilities for native Views that interpret native gestures (e.g.
|
| ReactEventEmitter | |
| TouchesHelper |
Class responsible for generating catalyst touch events based on android
MotionEvent. |
| TouchEvent |
An event representing the start, end or movement of a touch.
|
| TouchEventCoalescingKeyHelper |
Utility for determining coalescing keys for TouchEvents.
|
| Enum | Description |
|---|---|
| TouchEventType |
Touch event types that JS module RCTEventEmitter can understand
|