sbIDeviceContent Interface Reference

[UNIMPLEMENTED UNTIL AFTER 0.3] More...

import"sbIDeviceContent.idl";

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

Public Member Functions

void initialize ()
 Initialize the device content. More...
 
void finalize ()
 Finalize the device content. More...
 
void addLibrary (in sbIDeviceLibrary aLibrary)
 Add a device library to the device. More...
 
void removeLibrary (in sbIDeviceLibrary aLibrary)
 Remove a device library from the device. More...
 

Public Attributes

readonly attribute nsIArray libraries
 A simple array of the libraries for this device. More...
 
readonly attribute
sbILibraryFactory 
libraryFactory
 Not currently implemented. More...
 

Detailed Description

[UNIMPLEMENTED UNTIL AFTER 0.3]

Note
Implementations of this interface must be threadsafe.

Definition at line 40 of file sbIDeviceContent.idl.

Member Function Documentation

void sbIDeviceContent::addLibrary ( in sbIDeviceLibrary  aLibrary)

Add a device library to the device.

void sbIDeviceContent::finalize ( )

Finalize the device content.

void sbIDeviceContent::initialize ( )

Initialize the device content.

void sbIDeviceContent::removeLibrary ( in sbIDeviceLibrary  aLibrary)

Remove a device library from the device.

Member Data Documentation

readonly attribute nsIArray sbIDeviceContent::libraries

A simple array of the libraries for this device.

Definition at line 45 of file sbIDeviceContent.idl.

readonly attribute sbILibraryFactory sbIDeviceContent::libraryFactory

Not currently implemented.

Definition at line 50 of file sbIDeviceContent.idl.


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