nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
CustomEvent Interface Reference

import"dom.idl";

Inheritance diagram for CustomEvent:
Event

Public Member Functions

void initCustomEvent (DOMString type, boolean bubbles, boolean cancelable, any detail)
 
void initCustomEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, any detailArg)
 
- Public Member Functions inherited from Event
void stopPropagation ()
 
void stopImmediatePropagation ()
 
void preventDefault ()
 
void initEvent (DOMString type, boolean bubbles, boolean cancelable)
 

Public Attributes

readonly attribute any detail
 
- Public Attributes inherited from Event
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean defaultPrevented
 
readonly attribute boolean isTrusted
 
readonly attribute DOMTimeStamp timeStamp
 

Detailed Description

Definition at line 40 of file dom.idl.

Member Function Documentation

◆ initCustomEvent() [1/2]

void CustomEvent::initCustomEvent ( DOMString  type,
boolean  bubbles,
boolean  cancelable,
any  detail 
)

◆ initCustomEvent() [2/2]

void CustomEvent::initCustomEvent ( DOMString  typeArg,
boolean  bubblesArg,
boolean  cancelableArg,
any  detailArg 
)

Member Data Documentation

◆ detail

readonly attribute any CustomEvent::detail

Definition at line 41 of file dom.idl.


The documentation for this interface was generated from the following files: