Interface | Description |
---|---|
CustomEvent |
The CustomEvent interface is the recommended interface for
application-specific event types.
|
DocumentEvent |
The
DocumentEvent interface provides a mechanism by which the
user can create an Event object of a type supported by the
implementation. |
Event |
The
Event interface is used to provide contextual information
about an event to the listener processing the event. |
EventListener |
The
EventListener interface is the primary way for handling
events. |
EventTarget |
The
EventTarget interface is implemented by all the objects
which could be event targets in an implementation which supports the . |
KeyboardEvent |
The
KeyboardEvent interface provides specific contextual
information associated with keyboard devices. |
MouseEvent |
The
MouseEvent interface provides specific contextual
information associated with Mouse events. |
MutationEvent |
The
MutationEvent interface provides specific contextual
information associated with Mutation events. |
MutationNameEvent |
The
MutationNameEvent interface provides specific contextual
information associated with Mutation name event types. |
TextEvent |
The
TextEvent interface provides specific contextual
information associated with Text Events. |
UIEvent |
The
UIEvent interface provides specific contextual
information associated with User Interface events. |
Exception | Description |
---|---|
EventException |
Event operations may throw an
EventException as specified in
their method descriptions. |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.