[scriptable, uuid(ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4)]
interface nsIXULBuilderListener : nsISupports
Methods
Called after a template builder has rebuilt its content. @param aBuilder the template builder that has rebuilt the content.
void
didRebuild(in nsIXULTemplateBuilder aBuilder)
Called before a template builder rebuilds its content. @param aBuilder the template builder that rebuilds the content.
void
willRebuild(in nsIXULTemplateBuilder aBuilder)
Compare to: