sbIBundleObserver Interface Reference

Songbird Bundle Observer Interface This interface is used to receive bundle download notification upon error or completion. More...

List of all members.

Public Member Functions

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


Detailed Description

Songbird Bundle Observer Interface This interface is used to receive bundle download notification upon error or completion.

See also:
sbIBundle, sbIBundle::addBundleObserver(), sbIBundle::removeBundleObserver()

Definition at line 219 of file sbIBundle.idl.


Member Function Documentation

void sbIBundleObserver::onError ( in sbIBundle  bundle  ) 

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

Parameters:
bundle An interface to the bundle manager
See also:
onLoad, sbIBundle

void sbIBundleObserver::onLoad ( in sbIBundle  bundle  ) 

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

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


The documentation for this interface was generated from the following file:
Generated on Mon Aug 21 21:01:55 2006 for Songbird by  doxygen 1.4.7