org.eclipse.swt.internal.mozilla
Class nsIAppShell

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIAppShell

public class nsIAppShell
extends nsISupports


Field Summary
static nsID NS_IAPPSHELL_IID
           
static java.lang.String NS_IAPPSHELL_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIAppShell(long address)
           
 
Method Summary
 int Create(long argc, long[] argv)
           
 int DispatchNativeEvent(int aRealEvent, long aEvent)
           
 int Exit()
           
 int GetNativeEvent(long aRealEvent, long[] aEvent)
           
 int ListenToEventQueue(long aQueue, int aListen)
           
 int Run()
           
 int Spindown()
           
 int Spinup()
           
 
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_IAPPSHELL_IID_STR

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

NS_IAPPSHELL_IID

public static final nsID NS_IAPPSHELL_IID
Constructor Detail

nsIAppShell

public nsIAppShell(long address)
Method Detail

Create

public int Create(long argc,
                  long[] argv)

Run

public int Run()

Spinup

public int Spinup()

Spindown

public int Spindown()

ListenToEventQueue

public int ListenToEventQueue(long aQueue,
                              int aListen)

GetNativeEvent

public int GetNativeEvent(long aRealEvent,
                          long[] aEvent)

DispatchNativeEvent

public int DispatchNativeEvent(int aRealEvent,
                               long aEvent)

Exit

public int Exit()