org.w3c.dom.events |
|
Java Source File Name | Type | Comment |
CustomEvent.java | Interface | The CustomEvent interface is the recommended interface for
application-specific event types. |
DocumentEvent.java | Interface | The DocumentEvent interface provides a mechanism by which the
user can create an Event object of a type supported by the
implementation. |
Event.java | Interface | The Event interface is used to provide contextual information
about an event to the listener processing the event. |
EventException.java | Class | Event operations may throw an EventException as specified in
their method descriptions. |
EventListener.java | Interface | The EventListener interface is the primary way for handling
events. |
EventTarget.java | Interface | The EventTarget interface is implemented by all the objects
which could be event targets in an implementation which supports the . |
KeyboardEvent.java | Interface | The KeyboardEvent interface provides specific contextual
information associated with keyboard devices. |
MouseEvent.java | Interface | The MouseEvent interface provides specific contextual
information associated with Mouse events. |
MutationEvent.java | Interface | The MutationEvent interface provides specific contextual
information associated with Mutation events. |
MutationNameEvent.java | Interface | The MutationNameEvent interface provides specific contextual
information associated with Mutation name event types. |
TextEvent.java | Interface | The TextEvent interface provides specific contextual
information associated with Text Events. |
UIEvent.java | Interface | The UIEvent interface provides specific contextual
information associated with User Interface events. |