[USER CODE SHOULD NOT REFERENCE THIS CLASS] More...
import"sbILibraryLoader.idl";
Public Member Functions | |
void | onRegisterStartupLibraries (in sbILibraryManager aLibraryManager) |
Called when the loader sohould register all startup libraries with the Library Manager. More... | |
void | onLibraryStartupModified (in sbILibrary aLibrary, in boolean aLoadAtStartup) |
Called when a user action has altered the startup status of one of the libraries controlled by this loader. More... | |
[USER CODE SHOULD NOT REFERENCE THIS CLASS]
Definition at line 44 of file sbILibraryLoader.idl.
void sbILibraryLoader::onLibraryStartupModified | ( | in sbILibrary | aLibrary, |
in boolean | aLoadAtStartup | ||
) |
Called when a user action has altered the startup status of one of the libraries controlled by this loader.
aLibrary | - The library whose startup status was altered. |
aLoadAtStartup | - The new status requested. |
NS_ERROR_NOT_AVAILABLE | if the library is not supported. |
void sbILibraryLoader::onRegisterStartupLibraries | ( | in sbILibraryManager | aLibraryManager | ) |
Called when the loader sohould register all startup libraries with the Library Manager.
aLibraryManager | - The Library Manager is provided for convenience. |