public static interface EventEmitter.Callback
Executor to pass
errors, data and snapshots to its callee.| Modifier and Type | Method and Description |
|---|---|
void |
receive(java.lang.Object data)
Invoked by
Executor to pass errors, data and snapshots
asynchronously. |
void receive(java.lang.Object data)
Executor to pass errors, data and snapshots
asynchronously.data - data to be passed