|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.