public class nsIDownload extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IDOWNLOAD_IID |
static java.lang.String |
NS_IDOWNLOAD_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIDownload(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetDisplayName(long[] aDisplayName) |
int |
GetListener(long[] aListener) |
int |
GetMIMEInfo(long[] aMIMEInfo) |
int |
GetObserver(long[] aObserver) |
int |
GetPercentComplete(int[] aPercentComplete) |
int |
GetPersist(long[] aPersist) |
int |
GetSource(long[] aSource) |
int |
GetStartTime(long[] aStartTime) |
int |
GetTarget(long[] aTarget) |
int |
Init(long aSource,
long aTarget,
char[] aDisplayName,
long aMIMEInfo,
long startTime,
long aPersist) |
int |
SetDisplayName(char[] aDisplayName) |
int |
SetListener(long aListener) |
int |
SetObserver(long aObserver) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IDOWNLOAD_IID_STR
public static final nsID NS_IDOWNLOAD_IID
public int Init(long aSource,
long aTarget,
char[] aDisplayName,
long aMIMEInfo,
long startTime,
long aPersist)
public int GetSource(long[] aSource)
public int GetTarget(long[] aTarget)
public int GetPersist(long[] aPersist)
public int GetPercentComplete(int[] aPercentComplete)
public int GetDisplayName(long[] aDisplayName)
public int SetDisplayName(char[] aDisplayName)
public int GetStartTime(long[] aStartTime)
public int GetMIMEInfo(long[] aMIMEInfo)
public int GetListener(long[] aListener)
public int SetListener(long aListener)
public int GetObserver(long[] aObserver)
public int SetObserver(long aObserver)