Provides interfaces for DOM Level 2 Events. Refer to the Document Object Model (DOM) Level 2 Events Specification , the DOM Events module builds on DOM Level 2 Core Specification and DOM Level 2 Views Specification that gives to programs and scripts a generic event system.
| Class | Description | 
|---|---|
| DocumentEvent | The  DocumentEventinterface provides a mechanism by which the user can create an Event of a type supported by the implementation. | 
| Event | The  Eventinterface is used to provide contextual information about an event to the handler processing the event. | 
| EventException | Event operations may throw an  EventExceptionas specified in their method descriptions. | 
| EventListener | The  EventListenerinterface is the primary method for handling events. | 
| EventTarget | The  EventTargetinterface is implemented by allNodesin an implementation which supports the DOM Event Model. | 
| MouseEvent | The  MouseEventinterface provides specific contextual information associated with Mouse events. | 
| MutationEvent | The  MutationEventinterface provides specific contextual information associated with Mutation events. | 
| UIEvent | The  UIEventinterface provides specific contextual information associated with User Interface events. | 
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/org/w3c/dom/events/package-summary.html