sbIFaceplateManagerListener Interface Reference

Callback interface for faceplate event notification. More...

import"sbIFaceplateManagerListener.idl";

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

Public Member Functions

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

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
aFaceplatePanemetadata describing the pane to be created
void sbIFaceplateManagerListener::onDestroyPane ( in sbIFaceplatePane  aFaceplatePane)

Called when a faceplate is to be destroyed.

Parameters
aFaceplatePanemetadata describing the pane to be destroyed
void sbIFaceplateManagerListener::onShowPane ( in sbIFaceplatePane  aFaceplatePane)

Called when a faceplate is to be shown.

Parameters
aFaceplatePanemetadata describing the pane to be shown

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