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.
Return
a new event listener
Parameters
the type of events the listener will listen for
the handler for the listener