Songbird Bundle Data Listener Interface. More...
import"sbIBundleDataListener.idl";
Public Member Functions | |
void | onDownloadComplete (in sbIBundle aBundle) |
Bundle download completion callback This method is called upon completion of the bundle data download. More... | |
void | onError (in sbIBundle aBundle) |
Bundle download error callback This method is called upon error while downloading the bundle data. More... | |
Songbird Bundle Data Listener Interface.
Definition at line 44 of file sbIBundleDataListener.idl.
void sbIBundleDataListener::onDownloadComplete | ( | in sbIBundle | aBundle | ) |
void sbIBundleDataListener::onError | ( | in sbIBundle | aBundle | ) |
Bundle download error callback This method is called upon error while downloading the bundle data.
bundle | An interface to the bundle manager that triggered the event |