This interface should be implemented to handle callbacks from asynchronous Storage API routines.

storage/public/mozIStorageCompletionCallback.idlScriptable
Please add a summary to this article.
  Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Inherits from: nsISupports

Method overview

void complete();

Methods

complete()

Called when an asynchronous storage routine has completed.

void complete();
Parameters

None.

See also