import"nsIMicrosummaryService.idl";
Definition at line 11 of file nsIMicrosummaryService.idl.
void nsIMicrosummaryObserver::onContentLoaded |
( |
in nsIMicrosummary |
microsummary | ) |
|
Called when an observed microsummary updates its content. Since an observer might watch multiple microsummaries at the same time, the microsummary whose content has been updated gets passed to this handler. XXX Should this be onContentUpdated?
- Parameters
-
microsummary | the microsummary whose content has just been updated |
void nsIMicrosummaryObserver::onElementAppended |
( |
in nsIMicrosummary |
microsummary | ) |
|
Called when an element is appended to a microsummary set. XXX Should this be in a separate nsICollectionObserver interface?
- Parameters
-
microsummary | the microsummary that has just been appended to the set |
Called when an observed microsummary encounters an error during an update.
- Parameters
-
microsummary | the microsummary which could not be updated |
The documentation for this interface was generated from the following file: