Registers an event listener for the given event type T to this event node, calling the given handler when the event is fired.
Return
this event node
Parameters
the type of event the node accepts
the type of event to listen for
the handler for the event