| Package | Description | 
|---|---|
| org.w3c.dom.events | |
| org.w3c.dom.ls | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | MouseEventThe  MouseEventinterface provides specific contextual
 information associated with Mouse events. | |
| interface  | MutationEventThe  MutationEventinterface provides specific contextual
 information associated with Mutation events. | |
| interface  | UIEventThe  UIEventinterface provides specific contextual information
 associated with User Interface events. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Event | DocumentEvent. createEvent(String eventType) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | EventTarget. dispatchEvent(Event evt)This method allows the dispatch of events into the implementations
 event model. | |
| void | EventListener. handleEvent(Event evt)This method is called whenever an event occurs of the type for which
 the   EventListenerinterface was registered. | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | LSLoadEventThis interface represents a load event object that signals the completion
 of a document load. | |
| interface  | LSProgressEventThis interface represents a progress event object that notifies the
 application about progress as a document is parsed. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.