[scriptable, uuid(7111e88d-fecd-4b17-b7a9-1fa74e23153f)]
interface nsIMicrosummarySet : nsISupports
Methods
Add a microsummary observer to this microsummary set. Adding an observer
to a set is the equivalent of adding it to each constituent microsummary.
@param observer
the microsummary observer to add
void
addObserver(in nsIMicrosummaryObserver observer)
Retrieve a enumerator of microsummaries in the set. @returns an enumerator of nsIMicrosummary objects
nsISimpleEnumerator
Enumerate()
Remove a microsummary observer from this microsummary.
@param observer
the microsummary observer to remove
void
removeObserver(in nsIMicrosummaryObserver observer)
Compare to: