WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIXULBuilderListener
| IID: | ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4 |
| Inherits From: | nsISupports |
Methods
void didRebuild ( nsIXULTemplateBuilder builder )
void willRebuild ( nsIXULTemplateBuilder builder )
void didRebuild ( nsIXULTemplateBuilder builder )
Called after a template builder has rebuilt its content.
- Arguments:
- builder: the template builder that has rebuilt the content.
void willRebuild ( nsIXULTemplateBuilder builder )
Called before a template builder rebuilds its content.
- Arguments:
- builder: the template builder that rebuilds the content.
References
This interface is passed as an argument to the following methods:
nsIXULTemplateBuilder.addListener, nsIXULTemplateBuilder.removeListener
Reference documentation is generated from Mozilla's source.
