nsISupports
Last changed in Gecko 1.9 (Firefox 3)void onContentLoaded(in nsIMicrosummary microsummary); |
void onElementAppended(in nsIMicrosummary microsummary); |
void onError(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.
void onContentLoaded( in nsIMicrosummary microsummary );
microsummary
Called when an element is appended to a microsummary set.
void onElementAppended( in nsIMicrosummary microsummary );
microsummary
Called when an observed microsummary encounters an error during an update.
void onError( in nsIMicrosummary microsummary );
microsummary