| Package | Description |
|---|---|
| org.apache.batik.w3c.dom.events | |
| org.w3c.dom.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomEvent
The CustomEvent interface is the recommended interface for
application-specific event types.
|
interface |
KeyboardEvent
The
KeyboardEvent interface provides specific contextual
information associated with keyboard devices. |
interface |
MutationNameEvent
The
MutationNameEvent interface provides specific contextual
information associated with Mutation name event types. |
interface |
TextEvent
The
TextEvent interface provides specific contextual
information associated with Text Events. |
| 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 eventType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventTarget.dispatchEvent(Event evt)
This method allows the dispatch of events into the implementation's
event model.
|
void |
EventListener.handleEvent(Event evt)
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.