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.

nsIAutoCompleteSession

IID:E0140B60-0264-11d4-8378-000000000000
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void onAutoComplete ( PRUnichar* searchString , nsIAutoCompleteResults previousSearchResult , nsIAutoCompleteListener listener ) void onStartLookup ( PRUnichar* searchString , nsIAutoCompleteResults previousSearchResult , nsIAutoCompleteListener listener ) void onStopLookup ( )

void onAutoComplete ( PRUnichar* searchString , nsIAutoCompleteResults previousSearchResult , nsIAutoCompleteListener listener )

Arguments:
searchString
previousSearchResult
listener

void onStartLookup ( PRUnichar* searchString , nsIAutoCompleteResults previousSearchResult , nsIAutoCompleteListener listener )

Arguments:
searchString
previousSearchResult
listener

void onStopLookup ( )

Reference documentation is generated from Mozilla's source.