Songbird / Development / Songbird Add-Ons API Documentation

sbIBundleDataListener Interface Reference

Songbird Bundle Data Listener Interface. More...

List of all members.

Public Member Functions

void onDownloadComplete (in sbIBundle aBundle)
 Bundle download completion callback This method is called upon completion of the bundle data download.
void onError (in sbIBundle aBundle)
 Bundle download error callback This method is called upon error while downloading the bundle data.


Detailed Description

Songbird Bundle Data Listener Interface.

See also:
sbIBundle

Definition at line 44 of file sbIBundleDataListener.idl.


Member Function Documentation

void sbIBundleDataListener::onDownloadComplete ( in sbIBundle  aBundle  ) 

Bundle download completion callback This method is called upon completion of the bundle data download.

Parameters:
bundle An interface to the bundle manager that triggered the event
See also:
onError, sbIBundle

void sbIBundleDataListener::onError ( in sbIBundle  aBundle  ) 

Bundle download error callback This method is called upon error while downloading the bundle data.

Parameters:
bundle An interface to the bundle manager that triggered the event
See also:
onDownloadComplete, sbIBundle


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:56 2009 for Songbird by  doxygen 1.5.2