Interface | Description |
---|---|
AnimationEvent | |
BeforeLoadEvent | |
CloseEvent |
A
CloseEvent is sent to clients using WebSockets when the connection is closed. |
CompositionEvent |
An event interface for composition events 1.0 11.0 Introduced Gecko 9.0 Inherits from: nsIDOMUIEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
CustomEvent |
The DOM
CustomEvent are events initialized by an application for any purpose. |
ErrorEvent | |
Event |
This chapter describes the DOM Event Model.
|
EventException | |
EventListener | |
EventRemover | |
EventTarget |
An
EventTarget is a DOM interface implemented by objects that can receive DOM events and have listeners for them. |
HashChangeEvent | |
KeyboardEvent |
|
KeyboardEvent.KeyCode |
Defines the expected key codes returned by
KeyboardEvent.getKeyCode() . |
KeyboardEvent.KeyLocation |
Defines the standard key locations returned by
KeyboardEvent.getKeyLocation() . |
KeyboardEvent.KeyName |
Defines the standard keyboard identifier names for keys that are returned
by
#getKeyboardIdentifier when the key does not have a direct
unicode mapping. |
MediaStreamEvent | |
MessageChannel | |
MessageEvent |
DRAFT
This page is not complete.
|
MessagePort |
This interface represents a worker thread's message port, which is used to allow the worker to post messages back to its creator.
1.0 11.0 Introduced Gecko 1.9.1 Inherits from: nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
|
MouseEvent |
The DOM
MouseEvent represents events that occur due to the user interacting with a pointing device (such as a mouse). |
MouseEvent.Button |
Contains the set of standard values returned by
#button . |
MutationEvent | |
OverflowEvent | |
PageTransitionEvent | |
PopStateEvent | |
ProgressEvent |
This interface represents the events sent with progress information while uploading data using the XMLHttpRequest object.1.0 11.0 Introduced Gecko 1.9.1 Inherits from: nsIDOMEvent
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
|
SpeechRecognitionEvent | |
TextEvent | |
Touch |
A
Touch object represents a single point of contact between the user and a touch-sensitive interface device (which may be, for example, a touchscreen or a trackpad). |
TouchEvent |
A
TouchEvent represents an event sent when the state of contacts with a touch-sensitive surface changes. |
TouchList |
A
TouchList represents a list of all of the points of contact with a touch surface; for example, if the user has three fingers on the screen (or trackpad), the corresponding TouchList would have one Touch
object for each finger, for a total of three entries. |
TransitionEvent | |
UIEvent |
A basic event interface for all user interface events 1.0 11.0 Inherits from: nsIDOMEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
WheelEvent | |
XMLHttpRequestProgressEvent |
Copyright © 2016. All rights reserved.