import "sbILibraryLoader.idl";
Public Member Functions | |
void | onRegisterStartupLibraries (in sbILibraryManager aLibraryManager) |
Called when the loader sohould register all startup libraries with the Library Manager. | |
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. |
Definition at line 44 of file sbILibraryLoader.idl.
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. |
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. |