public class EventEmitterWrapper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.lang.String eventName,
WritableMap params)
Invokes the execution of the C++ EventEmitter.
|
public void invoke(java.lang.String eventName,
WritableMap params)
eventName - String name of the event to execute.params - WritableMap payload of the event