|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CloseWindowListener
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.
Browser.addCloseWindowListener(CloseWindowListener)
,
Browser.removeCloseWindowListener(CloseWindowListener)
,
OpenWindowListener
,
VisibilityWindowListener
Method Summary | |
---|---|
void |
close(WindowEvent event)
This method is called when the window hosting a Browser should be closed. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |