import "sbIFaceplateManagerListener.idl";
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. |
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::onShowPane | ( | in sbIFaceplatePane | aFaceplatePane | ) |
Called when a faceplate is to be shown.
aFaceplatePane | metadata describing the pane to be shown |
void sbIFaceplateManagerListener::onDestroyPane | ( | in sbIFaceplatePane | aFaceplatePane | ) |
Called when a faceplate is to be destroyed.
aFaceplatePane | metadata describing the pane to be destroyed |