ZVON > References > DOM2 Reference

EventTarget (interface )


Own properties:
attributes  -  none
methods  -  addEventListener, dispatchEvent, removeEventListener

Description:
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model. Therefore, this interface can be obtained by using binding-specific casting methods on an instance of the Node interface. The interface allows registration and removal of EventListeners on an EventTarget and dispatch of events to that EventTarget.