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.

inISearchObserver

IID:46226D9B-E398-4106-8D9B-225D4D0589F5
Inherits From:nsISupports

Constants

PRInt16 SUCCESS = 1
PRInt16 INTERRUPTED = 2
PRInt16 ERROR = 3

Methods

void onSearchEnd ( inISearchProcess module , PRInt16 result ) void onSearchError ( inISearchProcess module , AString message ) void onSearchResult ( inISearchProcess module ) void onSearchStart ( inISearchProcess module )

void onSearchEnd ( inISearchProcess module , PRInt16 result )

Arguments:
module
result

void onSearchError ( inISearchProcess module , AString message )

Arguments:
module
message

void onSearchResult ( inISearchProcess module )

Arguments:
module

void onSearchStart ( inISearchProcess module )

Arguments:
module

References

This interface is passed as an argument to the following methods:

inISearchProcess.searchAsync

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com