| Package | Description |
|---|---|
| org.w3c.dom.events |
| Modifier and Type | Method and Description |
|---|---|
EventTarget |
Event.getCurrentTarget()
Used to indicate the
EventTarget whose
EventListeners are currently being processed.
|
EventTarget |
MouseEvent.getRelatedTarget()
Used to identify a secondary
EventTarget related to a UI event.
|
EventTarget |
Event.getTarget()
Used to indicate the
EventTarget to which the event was originally dispatched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MouseEvent.initMouseEvent(String
The
initMouseEvent method is used to initialize the value of a
MouseEvent created through the
DocumentEvent interface.
|