sbPIDataRemote2.idl File Reference
#include "nsISupports.idl"
#include "nsIObserver.idl"
import "sbIDataRemote.idl";
Include dependency graph for sbPIDataRemote2.idl:

Go to the source code of this file.

Classes

interface  sbPIDataRemote2
 An additional interface for accessing dataremote values. Adds the ability to access values via methods rather than attributes. This is needed by the Remote API, which cannot access attributes on JavaScript XPCOM components due to Mozilla Bug 304048. In order to work around this problem we've replaced the old DataRemote class with a C++ wrapper that delegates to the old implementation using this interface. More...