sbIBundleDataListener Interface Reference

Songbird Bundle Data Listener Interface. More...

import"sbIBundleDataListener.idl";

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

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...
 

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
bundleAn 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
bundleAn interface to the bundle manager that triggered the event
See Also
onDownloadComplete, sbIBundle

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