Interface for use with async methods on sbIMediaList. NOTE: this interface is now deprecated. More...
import"sbIMediaList.idl";
Public Member Functions | |
void | onProgress (in unsigned long aItemsProcessed, in boolean aComplete) |
Callback function that reports progress of async operations. More... | |
Interface for use with async methods on sbIMediaList. NOTE: this interface is now deprecated.
Definition at line 56 of file sbIMediaList.idl.
void sbIMediaListAsyncListener::onProgress | ( | in unsigned long | aItemsProcessed, |
in boolean | aComplete | ||
) |
Callback function that reports progress of async operations.
aItemsProcessed | The number of items processed thus far. |
aComplete | Flag indicating if more items need to be processed or the operation is complete. |