import "sbIFeathersManagerListener.idl";
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. |
Definition at line 44 of file sbIFeathersManagerListener.idl.
void sbIFeathersManagerListener::onFeathersSelectRequest | ( | in sbILayoutDescription | aLayout, | |
in sbISkinDescription | aSkin | |||
) |
Called when the feathers manager is about to switch feathers.
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.
aLayout | Description of the layout to be selected | |
aSkin | Description of the skin to be selected |