-
public interface 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 .
-
-
Method Summary
Modifier and Type Method Description abstract EventDispatcher
getEventDispatcher()
This method should always return an EventDispatcher, even if the instance doesn't exist; inthat case it should return the empty BlackHoleEventDispatcher. -
-
Method Detail
-
getEventDispatcher
abstract EventDispatcher getEventDispatcher()
This method should always return an EventDispatcher, even if the instance doesn't exist; inthat case it should return the empty BlackHoleEventDispatcher.
-
-
-
-