Shared Callback interface for mozIAsyncHistory methods. The semantics
for each method are detailed in mozIAsyncHistory.
Called when the given place could not be processed.
aResultCode | nsresult indicating the failure reason. |
aPlaceInfo | The information that was given to the caller for the place. |
Called for each place processed successfully.
aPlaceInfo | The current info stored for the place. |
Called when all records were processed.