public class OnLayoutEvent extends Event<OnLayoutEvent>
Modifier and Type | Method and Description |
---|---|
void |
dispatch(RCTEventEmitter rctEventEmitter)
Dispatch this event to JS using the given event emitter.
|
java.lang.String |
getEventName() |
protected void |
init(int viewTag,
int x,
int y,
int width,
int height) |
static OnLayoutEvent |
obtain(int viewTag,
int x,
int y,
int width,
int height) |
void |
onDispose()
Called when the EventDispatcher is done with an event, either because it was dispatched or
because it was coalesced with another Event.
|
canCoalesce, coalesce, getCoalescingKey, getTimestampMs, getUniqueID, getViewTag, init
public static OnLayoutEvent obtain(int viewTag, int x, int y, int width, int height)
public void onDispose()
Event
onDispose
in class Event<OnLayoutEvent>
protected void init(int viewTag, int x, int y, int width, int height)
public java.lang.String getEventName()
getEventName
in class Event<OnLayoutEvent>
public void dispatch(RCTEventEmitter rctEventEmitter)
Event
dispatch
in class Event<OnLayoutEvent>