org.eclipse.swt.internal.mozilla
Class nsITransfer

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIWebProgressListener
          extended by org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
              extended by org.eclipse.swt.internal.mozilla.nsITransfer
Direct Known Subclasses:
nsIDownload_1_8

public class nsITransfer
extends nsIWebProgressListener2


Field Summary
static nsID NS_ITRANSFER_IID
           
static java.lang.String NS_ITRANSFER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
NS_IWEBPROGRESSLISTENER2_IID, NS_IWEBPROGRESSLISTENER2_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
NS_IWEBPROGRESSLISTENER_IID, NS_IWEBPROGRESSLISTENER_IID_STR, STATE_IS_BROKEN, STATE_IS_DOCUMENT, STATE_IS_INSECURE, STATE_IS_NETWORK, STATE_IS_REQUEST, STATE_IS_SECURE, STATE_IS_WINDOW, STATE_NEGOTIATING, STATE_REDIRECTING, STATE_SECURE_HIGH, STATE_SECURE_LOW, STATE_SECURE_MED, STATE_START, STATE_STOP, STATE_TRANSFERRING
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsITransfer(long address)
           
 
Method Summary
 int Init(long aSource, long aTarget, long aDisplayName, long aMIMEInfo, long startTime, long aTempFile, long aCancelable)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
OnProgressChange64
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
OnLocationChange, OnProgressChange, OnSecurityChange, OnStateChange, OnStatusChange
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ITRANSFER_IID_STR

public static final java.lang.String NS_ITRANSFER_IID_STR
See Also:
Constant Field Values

NS_ITRANSFER_IID

public static final nsID NS_ITRANSFER_IID
Constructor Detail

nsITransfer

public nsITransfer(long address)
Method Detail

Init

public int Init(long aSource,
                long aTarget,
                long aDisplayName,
                long aMIMEInfo,
                long startTime,
                long aTempFile,
                long aCancelable)