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.

nsIAutoCompleteSimpleResultListener

IID:004efdc5-1989-4874-8a7a-345bf2fa33af
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void onValueRemoved ( nsIAutoCompleteSimpleResult result , AString value , PRBool removeFromDb )

void onValueRemoved ( nsIAutoCompleteSimpleResult result , AString value , PRBool removeFromDb )

Dispatched after a value is removed from the result.

Arguments:
result: The result from which value has been removed.
value: The removed value.
removeFromDb: Whether the value should be removed from persistent storage as well.

References

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

nsIAutoCompleteSimpleResult.setListener

Reference documentation is generated from Mozilla's source.