| Package | Description | 
|---|---|
| org.w3c.dom.events | |
| org.w3c.dom.ls | 
| Modifier and Type | Interface and 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 and Description | 
|---|---|
| Event | DocumentEvent. createEvent(String eventType) | 
| Modifier and Type | Method and 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 and 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
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
 Copyright © 2005, 2025, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.