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.
nsIWindowMediatorListener
| IID: | 2F276982-0D60-4377-A595-D350BA516395 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
void onCloseWindow ( nsIXULWindow window )
void onOpenWindow ( nsIXULWindow window )
void onWindowTitleChange ( nsIXULWindow window , PRUnichar* newTitle )
void onCloseWindow ( nsIXULWindow window )
- Arguments:
- window
void onOpenWindow ( nsIXULWindow window )
- Arguments:
- window
void onWindowTitleChange ( nsIXULWindow window , PRUnichar* newTitle )
- Arguments:
- window
- newTitle
References
This interface is passed as an argument to the following methods:
nsIWindowMediator.addListener, nsIWindowMediator.removeListener
Reference documentation is generated from Mozilla's source.
