зеркало из https://github.com/mozilla/pjs.git
changing the format of the comment describing registerNotification, as requested by depstein. bug 99618
This commit is contained in:
Родитель
78f206d31d
Коммит
9eca3ff832
|
@ -80,12 +80,12 @@ interface nsIWindowWatcher : nsISupports {
|
|||
@param aObserver the object to be notified when windows are
|
||||
opened or closed. Its Observe method will be
|
||||
called with the following parameters:
|
||||
@param aSubject (parameter to aObserver::Observe) the window being
|
||||
opened or closed, sent as an nsISupports
|
||||
which can be QIed to an nsIDOMWindow.
|
||||
@param aTopic (parameter to aObserver::Observe) a wstring, either
|
||||
"domwindowopened" or "domwindowclosed".
|
||||
@param someData (parameter to aObserver::Observe) not used.
|
||||
|
||||
aObserver::Observe interprets its parameters so:
|
||||
aSubject the window being opened or closed, sent as an nsISupports
|
||||
which can be QIed to an nsIDOMWindow.
|
||||
aTopic a wstring, either "domwindowopened" or "domwindowclosed".
|
||||
someData not used.
|
||||
*/
|
||||
void registerNotification(in nsIObserver aObserver);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче