public class nsIDOMEventTarget extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IDOMEVENTTARGET_10_IID |
static java.lang.String |
NS_IDOMEVENTTARGET_10_IID_STR |
static nsID |
NS_IDOMEVENTTARGET_17_IID |
static java.lang.String |
NS_IDOMEVENTTARGET_17_IID_STR |
static nsID |
NS_IDOMEVENTTARGET_IID |
static java.lang.String |
NS_IDOMEVENTTARGET_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIDOMEventTarget(int address) |
| Modifier and Type | Method and Description |
|---|---|
int |
AddEventListener(int type,
int listener,
int useCapture) |
int |
AddEventListener(int type,
int listener,
int useCapture,
int wantsUntrusted,
int _argc) |
int |
RemoveEventListener(int type,
int listener,
int useCapture) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IDOMEVENTTARGET_IID_STR
public static final java.lang.String NS_IDOMEVENTTARGET_10_IID_STR
public static final java.lang.String NS_IDOMEVENTTARGET_17_IID_STR
public static final nsID NS_IDOMEVENTTARGET_IID
public static final nsID NS_IDOMEVENTTARGET_10_IID
public static final nsID NS_IDOMEVENTTARGET_17_IID
public int AddEventListener(int type,
int listener,
int useCapture)
public int AddEventListener(int type,
int listener,
int useCapture,
int wantsUntrusted,
int _argc)
public int RemoveEventListener(int type,
int listener,
int useCapture)