org.eclipse.swt.internal.mozilla
Class nsICancelable

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsICancelable
Direct Known Subclasses:
nsIHelperAppLauncher_1_8, nsIHelperAppLauncher_1_9

public class nsICancelable
extends nsISupports


Field Summary
static nsID NS_ICANCELABLE_IID
           
static java.lang.String NS_ICANCELABLE_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsICancelable(long address)
           
 
Method Summary
 int Cancel(int aReason)
           
 
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_ICANCELABLE_IID_STR

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

NS_ICANCELABLE_IID

public static final nsID NS_ICANCELABLE_IID
Constructor Detail

nsICancelable

public nsICancelable(long address)
Method Detail

Cancel

public int Cancel(int aReason)