[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)