comparison dwt/browser/CloseWindowListener.d @ 340:3f4a5c7d138f

Fixes
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 08:09:00 -0700
parents 44258e0b6687
children
comparison
equal deleted inserted replaced
339:c317081df76f 340:3f4a5c7d138f
11 * John Reimer <terminal.node@gmail.com> 11 * John Reimer <terminal.node@gmail.com>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.browser.CloseWindowListener; 13 module dwt.browser.CloseWindowListener;
14 14
15 import dwt.internal.DWTEventListener; 15 import dwt.internal.DWTEventListener;
16 import dwt.browser.WindowEvent;
16 17
17 /** 18 /**
18 * This listener interface may be implemented in order to receive 19 * This listener interface may be implemented in order to receive
19 * a {@link WindowEvent} notification when a {@link Browser} is 20 * a {@link WindowEvent} notification when a {@link Browser} is
20 * about to be closed and when its host window should be closed 21 * about to be closed and when its host window should be closed