Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.swt.browser
Interface CloseWindowListener

All Superinterfaces:
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
See Also:
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

close

void close(
WindowEvent event)
This method is called when the window hosting a 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:

  • (in) widget the Browser that is going to be disposed

Parameters:
event - the WindowEvent that specifies the Browser that is going to be disposed
Since:
3.0
See Also:
Shell.close()

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire