| Package | Description |
|---|---|
| org.w3c.dom.events | |
| org.w3c.dom.ls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MouseEvent
The
MouseEvent interface provides specific contextual information associated with Mouse events.
|
interface |
MutationEvent
The
MutationEvent interface provides specific contextual information associated with Mutation events.
|
interface |
UIEvent
The
UIEvent interface provides specific contextual information associated with User Interface events.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
DocumentEvent.createEvent(String
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventTarget.dispatchEvent(Event
This method allows the dispatch of events into the implementations event model.
|
void |
EventListener.handleEvent(Event
This method is called whenever an event occurs of the type for which the
EventListener interface was registered.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LSLoadEvent
This interface represents a load event object that signals the completion of a document load.
|
interface |
LSProgressEvent
This interface represents a progress event object that notifies the application about progress as a document is parsed.
|