Callback interface for faceplate event notification. More...
import"sbIFaceplateManagerListener.idl";
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... | |
Callback interface for faceplate event notification.
Definition at line 44 of file sbIFaceplateManagerListener.idl.
| void sbIFaceplateManagerListener::onCreatePane | ( | in sbIFaceplatePane | aFaceplatePane | ) |
Called when a faceplate is to be created.
| aFaceplatePane | metadata describing the pane to be created |
| void sbIFaceplateManagerListener::onDestroyPane | ( | in sbIFaceplatePane | aFaceplatePane | ) |
Called when a faceplate is to be destroyed.
| aFaceplatePane | metadata describing the pane to be destroyed |
| void sbIFaceplateManagerListener::onShowPane | ( | in sbIFaceplatePane | aFaceplatePane | ) |
Called when a faceplate is to be shown.
| aFaceplatePane | metadata describing the pane to be shown |