Open main menu

CDOT Wiki β

Changes

Components and Interfaces

1 byte added, 21:42, 4 October 2006
Interface
=== Interface ===
There are two fundamental issues in component and interface-based programming, :* lifetime (aka object ownership) and * interface querying (identifing components at run-time).
These issues are addressed by the nsISupports interface that every XPCOM object should implement.
1
edit