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
getInterfacemethod provides access to other interfaces.
[edit]
History
This interface was finalized for Mozilla 0.9.5. See bug 97667 for details.
Categories: XPCOM API Reference | Interfaces | Interfaces:Frozen