WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/messenger/statusfeedback;1
This component implements the following interfaces:
- nsIMsgStatusFeedback
- nsIProgressEventSink
- nsISupports
- nsISupportsWeakReference
- nsIWebProgressListener
Constants
Methods
| Interface | Method |
|---|---|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIWebProgressListener |
void onLocationChange ( nsIWebProgress webProgress , nsIRequest request , nsIURI location )
|
| nsIProgressEventSink |
void onProgress ( nsIRequest request , nsISupports context , PRUint64 progress , PRUint64 progressMax )
|
| nsIWebProgressListener |
void onProgressChange ( nsIWebProgress webProgress , nsIRequest request , PRInt32 curSelfProgress , PRInt32 maxSelfProgress , PRInt32 curTotalProgress , PRInt32 maxTotalProgress )
|
| nsIWebProgressListener |
void onSecurityChange ( nsIWebProgress webProgress , nsIRequest request , PRUint32 state )
|
| nsIWebProgressListener |
void onStateChange ( nsIWebProgress webProgress , nsIRequest request , PRUint32 stateFlags , nsresult status )
|
| nsIProgressEventSink |
void onStatus ( nsIRequest request , nsISupports context , nsresult status , PRUnichar* statusArg )
|
| nsIWebProgressListener |
void onStatusChange ( nsIWebProgress webProgress , nsIRequest request , nsresult status , PRUnichar* message )
|
| nsIMsgStatusFeedback |
void setStatusString ( AString status )
|
| nsIMsgStatusFeedback |
void setWrappedStatusFeedback ( nsIMsgStatusFeedback statusFeedback )
|
| nsIMsgStatusFeedback |
void showProgress ( PRInt32 percent )
|
| nsIMsgStatusFeedback |
void showStatusString ( AString status )
|
| nsIMsgStatusFeedback |
void startMeteors ( )
|
| nsIMsgStatusFeedback |
void stopMeteors ( )
|
Reference documentation is generated from Mozilla's source.
