|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.browser
Interface CloseWindowListener

- All Superinterfaces:
- java.util.EventListener, org.eclipse.swt.internal.SWTEventListener
- public interface CloseWindowListener
- extends org.eclipse.swt.internal.SWTEventListener
This listener interface may be implemented in order to receive a WindowEvent notification when a Browser is about to be closed and when its host window should be closed by the application.
- Since:
- 3.0
| Method Summary | |
void |
close(WindowEvent event)
This method is called when the window hosting a Browser should be closed. |
| Method Detail |
close
public void close(WindowEvent event)
- This method is called when the window hosting a Browser should be closed.
Application would typically close the org.eclipse.swt.widgets.Shell that
hosts the
Browser. TheBrowseris disposed after this notification.The following fields in the
WindowEventapply:- (in) widget the
Browserthat is going to be disposed
- Since:
- 3.0
- (in) widget the
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC