Package org.w3c.dom.events

Supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation.

See: Description

Package org.w3c.dom.events Description:

Supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation.

Note that apart from the basic "Events" infrastructure and the "MutationEvents", all other events currently defined in the DOM specification imply having some user interface that issues various events to the DOM. Also, to fully support the "UIEvents" and its child event set "MouseEvents", the DOM implementation must also support the "Views" feature.

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.