Open main menu

CDOT Wiki β

Changes

Components and Interfaces

No change in size, 21:42, 4 October 2006
Interface
These issues are addressed by the nsISupports interface that every XPCOM object should implement.
 
The nsISupports interface is similar to the Object and other run-time interfaces built into Java and .NET.
The following is a simple example of an implemented nsISupports interface for the class Sample.
nsISupports interface is explained well [http://www.mozilla.org/projects/xpcom/book/cxc/html/quicktour2.html#1003494 here].
 
The nsISupports interface is similar to the Object and other run-time interfaces built into Java and .NET.
== Related Links ==
1
edit