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.
nsIURIClassifierCallback
| IID: | 8face46e-0c96-470f-af40-0037dcd797bd |
| Inherits From: | nsISupports |
Callback function for nsIURIClassifier lookups.
Methods
void onClassifyComplete ( nsresult errorCode )
void onClassifyComplete ( nsresult errorCode )
Called by the URI classifier service when it is done checking a URI.
Clients are responsible for associating callback objects with classify() calls.
- Arguments:
- errorCode: The error code with which the channel should be cancelled, or NS_OK if the load should continue normally.
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
