Adds a single handler to all given event types on an event host.
The event host.
An array of event types.
A handler to be called if any of the given event types are dispatched.
Optional
If once is true, the first event called will remove the handler.
Adds a single handler to all given event types on an event host.