nsIDOM3EventTarget
| IID: | 3e9c01a7-de97-4c3b-8294-b4bd9d7056d1 |
| Inherits From: | nsISupports |
The nsIDOMEventTarget interface is the interface implemented by all event targets in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-3-Events/
This interface is implemented by the following components:
Methods
void addGroupedEventListener ( DOMString type , nsIDOMEventListener listener , PRBool useCapture , nsIDOMEventGroup evtGroup )
PRBool canTrigger ( DOMString type )
PRBool isRegisteredHere ( DOMString type )
void removeGroupedEventListener ( DOMString type , nsIDOMEventListener listener , PRBool useCapture , nsIDOMEventGroup evtGroup )
void addGroupedEventListener ( DOMString type , nsIDOMEventListener listener , PRBool useCapture , nsIDOMEventGroup evtGroup )
- Arguments:
- type
- listener
- useCapture
- evtGroup
void removeGroupedEventListener ( DOMString type , nsIDOMEventListener listener , PRBool useCapture , nsIDOMEventGroup evtGroup )
- Arguments:
- type
- listener
- useCapture
- evtGroup
Reference documentation is generated from Mozilla's source.
