import"nsIMicrosummaryService.idl";
Definition at line 122 of file nsIMicrosummaryService.idl.
Add a microsummary observer to this microsummary.
- Parameters
-
observer | the microsummary observer to add |
Microsummary equivalence test Microsummaries equal if they summarize the same page with the same microsummary-generator (see also nsIMicrosummaryGenerator::equals).
Note: this method returns false if either objects don't have a generator
Remove a microsummary observer from this microsummary.
- Parameters
-
observer | the microsummary observer to remove |
void nsIMicrosummary::update |
( |
| ) |
|
Update the microsummary, first loading its generator and page content as necessary. If you want know when a microsummary finishes updating, add an observer before calling this method.
readonly attribute AString nsIMicrosummary::content |
readonly attribute boolean nsIMicrosummary::needsRemoval |
readonly attribute nsIURI nsIMicrosummary::pageURI |
readonly attribute long nsIMicrosummary::updateInterval |
The documentation for this interface was generated from the following file: