Login required to edit - Edit - MDC, Related changes - MDC, Create an account or log in - MDC, Login required to edit - Edit - MDC, Create an account or log in - MDC, Talk:Mozilla Developer Center contents - MDC, Create an account or log in - MDC, Themes - History - MDC, Category:CSS 2.1 - MDC, Main Page - MDC

nsIInterfaceRequestor

From MDC

« XPCOM API Reference

[edit]

Summary

The nsIInterfaceRequestor interface defines a generic interface for requesting interfaces that a given object might provide access to.

#include "nsIInterfaceRequestor.h"
 
[scriptable, uuid=(033A1470-8B2A-11d3-AF88-00A024FFC08C)]
interface nsIInterfaceRequestor : nsISupports { ... };
[edit]

Methods

getInterface
The getInterface method provides access to other interfaces.
[edit]

History

This interface was finalized for Mozilla 0.9.5. See bug 97667 for details.

Retrieved from "http://developer.mozilla.org/en/docs/nsIInterfaceRequestor"