public class nsISupports
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IsXULRunner10 |
static boolean |
IsXULRunner17 |
static nsID |
NS_ISUPPORTS_IID |
static java.lang.String |
NS_ISUPPORTS_IID_STR |
| Constructor and Description |
|---|
nsISupports(int address) |
| Modifier and Type | Method and Description |
|---|---|
int |
AddRef() |
int |
getAddress() |
int |
QueryInterface(nsID uuid,
int[] result) |
int |
Release() |
public static boolean IsXULRunner10
public static boolean IsXULRunner17
public static final java.lang.String NS_ISUPPORTS_IID_STR
public static final nsID NS_ISUPPORTS_IID
public int getAddress()
public int QueryInterface(nsID uuid, int[] result)
public int AddRef()
public int Release()