public class nsIWebProgress extends nsISupports
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static int | LAST_METHOD_ID | 
| static int | NOTIFY_ALL | 
| static int | NOTIFY_LOCATION | 
| static int | NOTIFY_PROGRESS | 
| static int | NOTIFY_SECURITY | 
| static int | NOTIFY_STATE_ALL | 
| static int | NOTIFY_STATE_DOCUMENT | 
| static int | NOTIFY_STATE_NETWORK | 
| static int | NOTIFY_STATE_REQUEST | 
| static int | NOTIFY_STATE_WINDOW | 
| static int | NOTIFY_STATUS | 
| static nsID | NS_IWEBPROGRESS_IID | 
| static java.lang.String | NS_IWEBPROGRESS_IID_STR | 
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description | 
|---|
| nsIWebProgress(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | AddProgressListener(int listener,
                   int aNotifyMask) | 
| int | GetDOMWindow(int[] aDOMWindow) | 
| int | GetIsLoadingDocument(int[] aIsLoadingDocument) | 
| int | RemoveProgressListener(int listener) | 
AddRef, getAddress, QueryInterface, Releasestatic final int LAST_METHOD_ID
public static final java.lang.String NS_IWEBPROGRESS_IID_STR
public static final nsID NS_IWEBPROGRESS_IID
public static final int NOTIFY_STATE_REQUEST
public static final int NOTIFY_STATE_DOCUMENT
public static final int NOTIFY_STATE_NETWORK
public static final int NOTIFY_STATE_WINDOW
public static final int NOTIFY_STATE_ALL
public static final int NOTIFY_PROGRESS
public static final int NOTIFY_STATUS
public static final int NOTIFY_SECURITY
public static final int NOTIFY_LOCATION
public static final int NOTIFY_ALL
public int AddProgressListener(int listener,
                      int aNotifyMask)
public int RemoveProgressListener(int listener)
public int GetDOMWindow(int[] aDOMWindow)
public int GetIsLoadingDocument(int[] aIsLoadingDocument)