public class nsIAppShell extends nsISupports
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static int | LAST_METHOD_ID | 
| static nsID | NS_IAPPSHELL_IID | 
| static java.lang.String | NS_IAPPSHELL_IID_STR | 
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description | 
|---|
| nsIAppShell(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Create(int argc,
      int[] argv) | 
| int | DispatchNativeEvent(int aRealEvent,
                   int aEvent) | 
| int | Exit() | 
| int | GetNativeEvent(int aRealEvent,
              int[] aEvent) | 
| int | ListenToEventQueue(int aQueue,
                  int aListen) | 
| int | Run() | 
| int | Spindown() | 
| int | Spinup() | 
AddRef, getAddress, QueryInterface, Releasestatic final int LAST_METHOD_ID
public static final java.lang.String NS_IAPPSHELL_IID_STR
public static final nsID NS_IAPPSHELL_IID
public int Create(int argc,
         int[] argv)
public int Run()
public int Spinup()
public int Spindown()
public int ListenToEventQueue(int aQueue,
                     int aListen)
public int GetNativeEvent(int aRealEvent,
                 int[] aEvent)
public int DispatchNativeEvent(int aRealEvent,
                      int aEvent)
public int Exit()