EventTarget
Event target base of all DOM nodes.
protected EventTarget()
Register an event handler of a specific event type on the Node.
Dispatch an event to this Node.
Calls the listener registered for the given event.
Removes an event listener from the Node.