Package com.facebook.react.uimanager.events
See: Description
-
Interface Summary Interface Description BatchEventDispatchedListener EventDispatcher EventDispatcherListener Interface used to intercept events dispatched by {#link EventDispatcher} EventDispatcherProvider An interface that can be implemented by a com.facebook.react.bridge.ReactContext to provide a first-class API for accessing the EventDispatcher from the . RCTEventEmitter Deprecated in favor of RCTModernEventEmitter, which extends this interface. RCTModernEventEmitter This is a transitional replacement for RCTEventEmitter that works with Fabric and non-Fabric renderers. -
Class Summary 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 A UI event that can be dispatched to JS. EventDispatcherImpl Class responsible for dispatching UI events to JS. LockFreeEventDispatcherImpl Class responsible for dispatching UI events to JS. NativeGestureUtil Utilities for native Views that interpret native gestures (e.g. PointerEvent PointerEventHelper Class responsible for generating catalyst touch events based on android MotionEvent. ReactEventEmitter TouchEvent An event representing the start, end or movement of a touch. TouchEventCoalescingKeyHelper Utility for determining coalescing keys for TouchEvents. TouchesHelper Class responsible for generating catalyst touch events based on android MotionEvent. -
Annotation Summary Annotation Description EventCategoryDef Java specific declaration of the `RawEvent::Category` enum. -
Enum Summary Enum Description TouchEventType Touch event types that JS module RCTEventEmitter can understand