sbILibraryLoader Interface Reference

[USER CODE SHOULD NOT REFERENCE THIS CLASS] More...

import"sbILibraryLoader.idl";

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

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...
 

Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

See Also
sbILibraryManager, sbILibrary

Definition at line 44 of file sbILibraryLoader.idl.

Member Function Documentation

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.

Parameters
aLibrary- The library whose startup status was altered.
aLoadAtStartup- The new status requested.
Exceptions
NS_ERROR_NOT_AVAILABLEif the library is not supported.
void sbILibraryLoader::onRegisterStartupLibraries ( in sbILibraryManager  aLibraryManager)

Called when the loader sohould register all startup libraries with the Library Manager.

Parameters
aLibraryManager- The Library Manager is provided for convenience.

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