Songbird / Development / Songbird Add-Ons API Documentation

sbIFeathersManagerListener Interface Reference

Callback interface used to listen to Feathers Manager changes. More...

import "sbIFeathersManagerListener.idl";

List of all members.

Public Member Functions

void onFeathersUpdate ()
 Called whenever the Feathers Manager is modified.
void onFeathersSelectRequest (in sbILayoutDescription aLayout, in sbISkinDescription aSkin)
 Called when the feathers manager is about to switch feathers.
void onFeathersSelectComplete (in sbILayoutDescription aLayout, in sbISkinDescription aSkin)
 Called after the feathers manager is about to switch feathers.


Detailed Description

Callback interface used to listen to Feathers Manager changes.

See also:
sbIFeathersManager

Definition at line 44 of file sbIFeathersManagerListener.idl.


Member Function Documentation

void sbIFeathersManagerListener::onFeathersSelectRequest ( in sbILayoutDescription  aLayout,
in sbISkinDescription  aSkin 
)

Called when the feathers manager is about to switch feathers.

Parameters:
aLayout Description of the layout to be selected
aSkin Description of the skin to be selected

void sbIFeathersManagerListener::onFeathersSelectComplete ( in sbILayoutDescription  aLayout,
in sbISkinDescription  aSkin 
)

Called after the feathers manager is about to switch feathers.

Parameters:
aLayout Description of the layout to be selected
aSkin Description of the skin to be selected


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