Special case of the EventEmitter which is configured to emit events defined in events.FTEvents
Fires the event, calling all registered listeners with the provided arguments.
The event name.
Rest
The arguments for the listeners.
Removes a listener for the event.
The listener callback.
Registers a new listener for the event.
A function that removes the listener when called.
Special case of the EventEmitter which is configured to emit events defined in events.FTEvents