WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIMicrosummarySet

IID:7111e88d-fecd-4b17-b7a9-1fa74e23153f
Inherits From:nsISupports

Methods

void addObserver ( nsIMicrosummaryObserver observer ) nsISimpleEnumerator Enumerate ( ) void removeObserver ( nsIMicrosummaryObserver observer )

void addObserver ( nsIMicrosummaryObserver observer )

Add a microsummary observer to this microsummary set. Adding an observer to a set is the equivalent of adding it to each constituent microsummary.

Arguments:
observer: the microsummary observer to add

nsISimpleEnumerator Enumerate ( )

Retrieve a enumerator of microsummaries in the set.


void removeObserver ( nsIMicrosummaryObserver observer )

Remove a microsummary observer from this microsummary.

Arguments:
observer: the microsummary observer to remove

References

This interface is returned from the following methods:

nsIMicrosummaryService.getMicrosummaries

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com