org.eclipse.swt.internal.mozilla
Class nsIDownload
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIDownload
- Direct Known Subclasses:
- nsIProgressDialog
public class nsIDownload
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IDOWNLOAD_IID_STR
public static final java.lang.String NS_IDOWNLOAD_IID_STR
- See Also:
- Constant Field Values
NS_IDOWNLOAD_IID
public static final nsID NS_IDOWNLOAD_IID
nsIDownload
public nsIDownload(long address)
Init
public int Init(long aSource,
long aTarget,
char[] aDisplayName,
long aMIMEInfo,
long startTime,
long aPersist)
GetSource
public int GetSource(long[] aSource)
GetTarget
public int GetTarget(long[] aTarget)
GetPersist
public int GetPersist(long[] aPersist)
GetPercentComplete
public int GetPercentComplete(int[] aPercentComplete)
GetDisplayName
public int GetDisplayName(long[] aDisplayName)
SetDisplayName
public int SetDisplayName(char[] aDisplayName)
GetStartTime
public int GetStartTime(long[] aStartTime)
GetMIMEInfo
public int GetMIMEInfo(long[] aMIMEInfo)
GetListener
public int GetListener(long[] aListener)
SetListener
public int SetListener(long aListener)
GetObserver
public int GetObserver(long[] aObserver)
SetObserver
public int SetObserver(long aObserver)