Callback interface used to listen to Feathers Manager changes. More...
import"sbIFeathersManagerListener.idl";
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... | |
Callback interface used to listen to Feathers Manager changes.
Definition at line 44 of file sbIFeathersManagerListener.idl.
| 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 |
| 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::onFeathersUpdate | ( | ) |
Called whenever the Feathers Manager is modified.