sbIMediaListAsyncListener Interface Reference

Interface for use with async methods on sbIMediaList. NOTE: this interface is now deprecated. More...

import"sbIMediaList.idl";

Inheritance diagram for sbIMediaListAsyncListener:
[legend]
Collaboration diagram for sbIMediaListAsyncListener:
[legend]

Public Member Functions

void onProgress (in unsigned long aItemsProcessed, in boolean aComplete)
 Callback function that reports progress of async operations. More...
 

Detailed Description

Interface for use with async methods on sbIMediaList. NOTE: this interface is now deprecated.

See Also
sbAddMediaItemsListener

Definition at line 56 of file sbIMediaList.idl.

Member Function Documentation

void sbIMediaListAsyncListener::onProgress ( in unsigned long  aItemsProcessed,
in boolean  aComplete 
)

Callback function that reports progress of async operations.

Parameters
aItemsProcessedThe number of items processed thus far.
aCompleteFlag indicating if more items need to be processed or the operation is complete.
Note
This callback function will always be called on the main thread.

The documentation for this interface was generated from the following file: