public interface CloseWindowListener extends SWTEventListener
WindowEvent
notification when a Browser
is
about to be closed and when its host window should be closed
by the application.Modifier and Type | Method and Description |
---|---|
void |
close(WindowEvent event)
This method is called when the window hosting a
Browser should be closed. |
void close(WindowEvent event)
Browser
should be closed.
Application would typically close the Shell
that
hosts the Browser
. The Browser
is disposed after this
notification.
The following fields in the WindowEvent
apply:
Browser
that is going to be disposed
event
- the WindowEvent
that specifies the Browser
that is going to be disposedShell.close()
Copyright © 2017. All Rights Reserved.