import "nsIAutoCompleteSimpleResult.idl";
Public Member Functions | |
void | onValueRemoved (in nsIAutoCompleteSimpleResult aResult, in AString aValue, in boolean aRemoveFromDb) |
Dispatched after a value is removed from the result. |
void nsIAutoCompleteSimpleResultListener::onValueRemoved | ( | in nsIAutoCompleteSimpleResult | aResult, | |
in AString | aValue, | |||
in boolean | aRemoveFromDb | |||
) |
Dispatched after a value is removed from the result.
aResult | The result from which aValue has been removed. | |
aValue | The removed value. | |
aRemoveFromDb | Whether the value should be removed from persistent storage as well. |