addEventListener()
Allows the registration of event listeners on the event target (IE8 = attachEvent())
dispatchEvent()
Allows to send the event to the subscribed event listeners (IE8 = fireEvent())
removeEventListener()
Allows the removal of event listeners on the event target (IE8 = detachEvent())