This interface provides methods to instantiate a component and access service components.
Inherits from:
nsIJSID
Last changed in Gecko 1.7 Method overview
nsISupports createInstance(); |
nsISupports getService(); |
Methods
createInstance()
nsISupports createInstance();
Parameters
None.
Return value
getService()
nsISupports getService();
Parameters
None.
Return value
See also
- See Components.classes for usage patterns of the
createInstance()
andgetService()
methods.