Package 

Interface RCTEventEmitter

  • All Implemented Interfaces:
    com.facebook.react.bridge.JavaScriptModule

    @Deprecated() 
    public interface RCTEventEmitter
     implements JavaScriptModule
                        

    Deprecated in favor of RCTModernEventEmitter, which extends this interface.

    • Method Summary

      Modifier and Type Method Description
      abstract void receiveEvent(int targetTag, String eventName, @Nullable() WritableMap event) Deprecated in favor of RCTModernEventEmitter.receiveEvent.
      abstract void receiveTouches(String eventName, WritableArray touches, WritableArray changedIndices) Receive and process touches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait