The return value of event().
event()
Adds a listener to the event.
The callback to add.
A function to remove the listener.
Removes a listener from the event.
Optional
The callback to remove. If omitted, all listeners are removed.
Whether the listener was found and removed.
Size of listeners.
The return value of
event()
.