sbIPDEventHandler.js File Reference

Javascript source for the iPod device event handler component. More...

Go to the source code of this file.

Functions

Components utils import ("resource://app/jsmodules/ArrayConverter.jsm")
 
 if (typeof(Cc)=="undefined") var Cc
 
function sbIPDEventHandler ()
 
function NSGetModule (compMgr, fileSpec)
 

Variables

var sbIPDEventHandlerCfg
 
sbIPDEventHandler prototype constructor = sbIPDEventHandler
 
sbIPDEventHandler prototype
 

Detailed Description

Javascript source for the iPod device event handler component.

Definition in file sbIPDEventHandler.js.

Function Documentation

if ( typeof(Cc = ="undefined")

Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.

Enable DEBUG_DATAREMOTES to track down leaks.

Definition at line 524 of file sbDataRemote.js.

Components utils import ( "resource://app/jsmodules/ArrayConverter.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 651 of file sbIPDEventHandler.js.

Here is the call graph for this function:

function sbIPDEventHandler ( )

Construct an iPod device event handler object.

Definition at line 114 of file sbIPDEventHandler.js.

Here is the caller graph for this function:

Variable Documentation

Definition at line 121 of file sbIPDEventHandler.js.

sbIPDEventHandler prototype

Definition at line 123 of file sbIPDEventHandler.js.

var sbIPDEventHandlerCfg
Initial value:
= {
className: "Songbird iPod Device Event Handler Service",
cid: Components.ID("{adb505cb-75d9-4526-84df-5b69d6c571e9}"),
contractID: "@songbirdnest.com/Songbird/IPDEventHandler;1",
ifList: [ Ci.nsIObserver, Ci.sbIDeviceEventListener ],
localeBundlePath: "chrome://ipod/locale/IPodDevice.properties"
}
sbLibraryImporterManagerCfg categoryList
sbOSDControlService prototype className
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
const Ci

Definition at line 87 of file sbIPDEventHandler.js.