Linux Mac OSX Windows

  
[scriptable, uuid(1b1f232d-e65f-446a-9984-786578526072)]
interface nsIMicrosummary : nsISupports

Attributes


        
readonly attribute AString content

        
attribute nsIMicrosummaryGenerator generator

        
readonly attribute nsIURI pageURI

        
readonly attribute long updateInterval

Methods

 Add a microsummary observer to this microsummary.

 @param observer
        the microsummary observer to add

void addObserver(in nsIMicrosummaryObserver observer)
 Remove a microsummary observer from this microsummary.

 @param observer
        the microsummary observer to remove

void removeObserver(in nsIMicrosummaryObserver observer)
 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.

void update()