import "nsIDOMEvent.idl";
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Events/
FROZEN
Definition at line 55 of file nsIDOMEvent.idl.
Public Member Functions | |
void | initEvent (in DOMString eventTypeArg, in boolean canBubbleArg, in boolean cancelableArg) |
void | preventDefault () |
void | stopPropagation () |
Methods | |
NS_IMETHOD_ (nsrefcnt) Release(void)=0 | |
NS_IMETHOD_ (nsrefcnt) AddRef(void)=0 | |
NS_IMETHOD | QueryInterface (REFNSIID aIID, void **aInstancePtr)=0 |
Public Attributes | |
const unsigned short | AT_TARGET = 2 |
readonly attribute boolean | bubbles |
const unsigned short | BUBBLING_PHASE = 3 |
readonly attribute boolean | cancelable |
const unsigned short | CAPTURING_PHASE = 1 |
readonly attribute nsIDOMEventTarget | currentTarget |
readonly attribute unsigned short | eventPhase |
readonly attribute nsIDOMEventTarget | target |
readonly attribute DOMTimeStamp | timeStamp |
readonly attribute DOMString | type |