Creates a new event listener builder for events of the given eventType.
Creates a new event listener builder for events of the given event type T.
Creates a new event listener that listens for events of the given eventType, running the given handler when an event of the correct type is fired.
Creates a new event listener that listens for events of the given event type T, running the given handler when an event of the correct type is fired.