mozIStorageProgressHandler

mozIProgressHandler is to be implemented by storage consumers that
wish to receive callbacks during the request execution.

Methods

onProgress(aConnection)

onProgress is invoked periodically during long running calls.

Parameters

aConnection connection, for which progress handler is invoked.

Returns

true to abort request, false to continue work.