Class: emitStatic

emitStatic

new emitStatic(event, data) → {*}

Emit an event with data that will fire on listeners even when the listener is registered AFTER the event has been emitted.
Parameters:
Name Type Description
event String The event to emit.
data * Data to emit with the event.
Source:
Returns:
Type
*

emitStatic

new emitStatic(event) → {*}

Emit an event that will fire on listeners even when the listener is registered AFTER the event has been emitted.
Parameters:
Name Type Description
event String The event to emit.
Source:
Returns:
Type
*