sbPlaylistReaderListener.js File Reference

Go to the source code of this file.

Functions

function CPlaylistReaderListener ()
 
function NSGetModule (comMgr, fileSpec)
 

Variables

const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr = Components.results
 
const SONGBIRD_PLAYLISTREADERLISTENER_CONTRACTID = "@songbirdnest.com/Songbird/PlaylistReaderListener;1"
 
const SONGBIRD_PLAYLISTREADERLISTENER_CLASSNAME
 
const SONGBIRD_PLAYLISTREADERLISTENER_CID = Components.ID("{b4fac7ab-7d23-47c5-98e0-7e59266e2a28}")
 
CPlaylistReaderListener prototype constructor = CPlaylistReaderListener
 
CPlaylistReaderListener prototype
 
var sbPlaylistReaderListenerModule
 
var sbPlaylistReaderListenerFactory
 

Function Documentation

function CPlaylistReaderListener ( )

Definition at line 39 of file sbPlaylistReaderListener.js.

function NSGetModule (   comMgr,
  fileSpec 
)

NSGetModule

Definition at line 197 of file sbPlaylistReaderListener.js.

Variable Documentation

const Cc = Components.classes

Definition at line 30 of file sbPlaylistReaderListener.js.

Definition at line 31 of file sbPlaylistReaderListener.js.

const Cr = Components.results

Definition at line 32 of file sbPlaylistReaderListener.js.

Definition at line 45 of file sbPlaylistReaderListener.js.

Initial value:
=
{
createInstance: function(outer, iid)
{
if (outer != null)
throw Components.results.NS_ERROR_NO_AGGREGATION;
if (!iid.equals(SONGBIRD_PLAYLISTREADERLISTENER_IID) &&
!iid.equals(Components.interfaces.nsIWebProgressListener) &&
!iid.equals(Components.interfaces.nsISupportsWeakReference) &&
!iid.equals(Components.interfaces.nsISupports))
throw Components.results.NS_ERROR_INVALID_ARG;
}
}
function CPlaylistReaderListener()
sidebarFactory createInstance
Definition: nsSidebar.js:351
sbOSDControlService prototype QueryInterface
return null
Definition: FeedWriter.js:1143
return
Definition: FeedWriter.js:850

Definition at line 176 of file sbPlaylistReaderListener.js.

Initial value:
=
{
registerSelf: function(compMgr, fileSpec, location, type)
{
compMgr = compMgr.QueryInterface(Components.interfaces.nsIComponentRegistrar);
compMgr.registerFactoryLocation(SONGBIRD_PLAYLISTREADERLISTENER_CID,
fileSpec,
location,
type);
},
getClassObject: function(compMgr, cid, iid)
{
throw Components.results.NS_ERROR_NO_INTERFACE;
if (!iid.equals(Components.interfaces.nsIFactory))
throw Components.results.NS_ERROR_NOT_IMPLEMENTED;
},
canUnload: function(compMgr)
{
return true;
}
}
SafebrowsingApplicationMod prototype registerSelf
SafebrowsingApplicationMod prototype getClassObject
const SONGBIRD_PLAYLISTREADERLISTENER_CONTRACTID
const SONGBIRD_PLAYLISTREADERLISTENER_CID
if(DEBUG_DATAREMOTES)
const SONGBIRD_PLAYLISTREADERLISTENER_CLASSNAME

Definition at line 142 of file sbPlaylistReaderListener.js.

const SONGBIRD_PLAYLISTREADERLISTENER_CID = Components.ID("{b4fac7ab-7d23-47c5-98e0-7e59266e2a28}")

Definition at line 37 of file sbPlaylistReaderListener.js.

const SONGBIRD_PLAYLISTREADERLISTENER_CLASSNAME
Initial value:
= "Songbird Playlist Reader Listener"
const SONGBIRD_PLAYLISTREADERLISTENER_IID = Components.interfaces.sbIPlaylistReaderListener

Definition at line 35 of file sbPlaylistReaderListener.js.

const SONGBIRD_PLAYLISTREADERLISTENER_CONTRACTID = "@songbirdnest.com/Songbird/PlaylistReaderListener;1"

Definition at line 34 of file sbPlaylistReaderListener.js.