Example usage for com.facebook.react.uimanager.events Event subclass-usage

List of usage examples for com.facebook.react.uimanager.events Event subclass-usage

Introduction

In this page you can find the example usage for com.facebook.react.uimanager.events Event subclass-usage.

Usage

From source file cn.tuofeng.modalhost.DismissEvent.java

/**
 * {@link Event} for dismissing a Dialog.
 */
public class DismissEvent extends Event<DismissEvent> {

    public static final String EVENT_NAME = "topDismiss";

From source file com.facebook.catalyst.views.webview.events.TopLoadingErrorEvent.java

/**
 * Event emitted when there is an error in loading.
 */
public class TopLoadingErrorEvent extends Event<TopLoadingErrorEvent> {

    public static final String EVENT_NAME = "topLoadingError";

From source file com.facebook.catalyst.views.webview.events.TopLoadingFinishEvent.java

/**
 * Event emitted when loading is completed.
 */
public class TopLoadingFinishEvent extends Event<TopLoadingFinishEvent> {

    public static final String EVENT_NAME = "topLoadingFinish";

From source file com.facebook.catalyst.views.webview.events.TopLoadingStartEvent.java

/**
 * Event emitted when loading has started
 */
public class TopLoadingStartEvent extends Event<TopLoadingStartEvent> {

    public static final String EVENT_NAME = "topLoadingStart";

From source file com.image.cache.ImageEvent.java

/**
 * Created by anthonyou on 2016-03-14.
 */
class ImageEvent extends Event<ImageEvent> {

    /**

From source file com.image.zoom.ImageEvent.java

/**
 * Created by azou on 25/02/16.
 */
class ImageEvent extends Event<ImageEvent> {

    /**

From source file com.image.zoom.viewpager.PageSelectedEvent.java

/**
 * Event emitted by {@link ReactViewPager} when selected page changes.
 *
 * Additional data provided by this event:
 *  - position - index of page that has been selected
 */

From source file com.lightappbuilder.lab4.lablibrary.rnviews.webview.events.LoadRequestEvent.java

public class LoadRequestEvent extends Event<LoadRequestEvent> {

    public static final String EVENT_NAME = "onLoadRequest";
    private WritableMap mEventData;

    public LoadRequestEvent(int viewId, WritableMap eventData) {

From source file com.lightappbuilder.lab4.lablibrary.rnviews.webview.events.TopLoadingErrorEvent.java

/**
 * Event emitted when there is an error in loading.
 */
public class TopLoadingErrorEvent extends Event<TopLoadingErrorEvent> {

    public static final String EVENT_NAME = "topLoadingError";

From source file com.lightappbuilder.lab4.lablibrary.rnviews.webview.events.TopLoadingFinishEvent.java

/**
 * Event emitted when loading is completed.
 */
public class TopLoadingFinishEvent extends Event<TopLoadingFinishEvent> {

    public static final String EVENT_NAME = "topLoadingFinish";