| Interface | Description |
|---|---|
| BatchEventDispatchedListener | |
| EventDispatcherListener |
Interface used to intercept events dispatched by {#link EventDispatcher}
|
| RCTEventEmitter |
| Class | Description |
|---|---|
| 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.
|
| EventDispatcher |
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
|