Implemented by
- @mozilla.org/xul/xul-popup-manager;1
- @mozilla.org/browser/sessionstore;1
- @mozilla.org/spellchecker-inline;1
- @mozilla.org:/content/content-area-dragdrop;1
- @mozilla.org/autocomplete/search;1?name=form-history
- @mozilla.org/satchel/form-fill-controller;1
- @mozilla.org/browser/feeds/result-writer;1
[scriptable, function, uuid(df31c120-ded6-11d1-bd85-00805f8ae3f4)]
interface nsIDOMEventListener : nsISupports
Methods
The nsIDOMEventListener interface is a callback interface for
listening to events in the Document Object Model.
For more information on this interface please see
http://www.w3.org/TR/DOM-Level-2-Events/
@status FROZEN
This method is called whenever an event occurs of the type for which
the EventListener interface was registered.
@param evt The Event contains contextual information about the
event. It also contains the stopPropagation and
preventDefault methods which are used in determining the
event's flow and default action.
void
handleEvent(in nsIDOMEvent event)
Compare to: