sbIFeathersManagerListener Interface Reference

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

import"sbIFeathersManagerListener.idl";

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

Public Member Functions

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

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::onFeathersSelectComplete ( in sbILayoutDescription  aLayout,
in sbISkinDescription  aSkin 
)

Called after the feathers manager is about to switch feathers.

Parameters
aLayoutDescription of the layout to be selected
aSkinDescription of the skin to be selected
void sbIFeathersManagerListener::onFeathersSelectRequest ( in sbILayoutDescription  aLayout,
in sbISkinDescription  aSkin 
)

Called when the feathers manager is about to switch feathers.

Parameters
aLayoutDescription of the layout to be selected
aSkinDescription of the skin to be selected
void sbIFeathersManagerListener::onFeathersUpdate ( )

Called whenever the Feathers Manager is modified.


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