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.

nsIDocNavStartProgressListener

IID:013bf34b-a7a8-4f89-b0ea-169e7ddbbe15
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

nsIDocNavStartProgressCallback callback

The callback, if non-null, used when globalProgressListenerEnabled is true. Setting this to null has the side effect of unqueueing any pending events for which a callback would be notified; setting it to any other value, however, will not unqueue any events.

PRUint32 delay

Number of ms to wait after receiving a doc load event and calling the callback. Even when set to zero, we set a timer so the call will fire asynchronously. Defaults to 0.

PRBool globalProgressListenerEnabled

Set to true to enable this component. Defaults to false (disabled). When you set this to true, the listener will be attached to the docloader and the callback can start getting events.


Methods

PRBool isSpurious ( nsIURI URI )

PRBool isSpurious ( nsIURI URI )

We ignore about:, chrome: and file: URIs.

Arguments:
URI

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com