mozIVisitInfoCallback

Shared Callback interface for mozIAsyncHistory methods. The semantics
for each method are detailed in mozIAsyncHistory.

Methods

handleError(aResultCode, aPlaceInfo)

Called when the given place could not be processed.

Parameters

aResultCode nsresult indicating the failure reason.
aPlaceInfo The information that was given to the caller for the place.

handleResult(aPlaceInfo)

Called for each place processed successfully.

Parameters

aPlaceInfo The current info stored for the place.

handleCompletion()

Called when all records were processed.