Implemented by
- @mozilla.org/embeddor.implemented/bookmark-charset-resolver;1
- @mozilla.org/browser/nav-history-service;1
- @mozilla.org/browser/global-history;2
- @mozilla.org/browser/download-history;1
- @mozilla.org/autocomplete/search;1?name=history
[scriptable, uuid(004efdc5-1989-4874-8a7a-345bf2fa33af)]
interface nsIAutoCompleteSimpleResultListener : nsISupports
Methods
Dispatched after a value is removed from the result.
@param aResult
The result from which aValue has been removed.
@param aValue
The removed value.
@param aRemoveFromDb
Whether the value should be removed from persistent storage as well.
void
onValueRemoved(in nsIAutoCompleteSimpleResult aResult, in AString aValue, in boolean aRemoveFromDb)
Compare to: