Songbird / Development / Songbird Add-Ons API Documentation

sbIFaceplateManagerListener Interface Reference

Callback interface for faceplate event notification. More...

import "sbIFaceplateManagerListener.idl";

List of all members.

Public Member Functions

void onCreatePane (in sbIFaceplatePane aFaceplatePane)
 Called when a faceplate is to be created.
void onShowPane (in sbIFaceplatePane aFaceplatePane)
 Called when a faceplate is to be shown.
void onDestroyPane (in sbIFaceplatePane aFaceplatePane)
 Called when a faceplate is to be destroyed.


Detailed Description

Callback interface for faceplate event notification.

See also:
sbIFaceplateManager

Definition at line 44 of file sbIFaceplateManagerListener.idl.


Member Function Documentation

void sbIFaceplateManagerListener::onCreatePane ( in sbIFaceplatePane  aFaceplatePane  ) 

Called when a faceplate is to be created.

Parameters:
aFaceplatePane metadata describing the pane to be created

void sbIFaceplateManagerListener::onShowPane ( in sbIFaceplatePane  aFaceplatePane  ) 

Called when a faceplate is to be shown.

Parameters:
aFaceplatePane metadata describing the pane to be shown

void sbIFaceplateManagerListener::onDestroyPane ( in sbIFaceplatePane  aFaceplatePane  ) 

Called when a faceplate is to be destroyed.

Parameters:
aFaceplatePane metadata describing the pane to be destroyed


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