Changes

Jump to: navigation, search

Education/Learning/UsingXpcom

107 bytes added, 14:19, 11 June 2009
no edit summary
The object returned by Components.classes is an nsISupports, the most basic type in XPCOM. Before we can use it, we need to pick an interface through which to all its functionality. QueryInterface allows us to ask for another interface for the given object. Once we have that interface, we can start accessing/calling its members.
 
[[Category:Education]]
[[Category:Computer Science]]
[[Category:Mozilla Technologies]]
[[Category:XPCOM]]
210
edits

Navigation menu