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.ui
Interface IWindowListener


public interface IWindowListener

Interface for listening to window lifecycle events.

This interface may be implemented by clients.


Method Summary
 void windowActivated ( IWorkbenchWindow window)
          Notifies this listener that the given window has been activated.
 void windowClosed ( IWorkbenchWindow window)
          Notifies this listener that the given window has been closed.
 void windowDeactivated ( IWorkbenchWindow window)
          Notifies this listener that the given window has been deactivated.
 void windowOpened ( IWorkbenchWindow window)
          Notifies this listener that the given window has been opened.
 

Method Detail

windowActivated

void windowActivated(
IWorkbenchWindow window)
Notifies this listener that the given window has been activated.

Note: This event is not fired if no perspective is open (the window is empty).

Parameters:
window - the window that was activated

windowDeactivated

void windowDeactivated(
IWorkbenchWindow window)
Notifies this listener that the given window has been deactivated.

Note: This event is not fired if no perspective is open (the window is empty).

Parameters:
window - the window that was activated

windowClosed

void windowClosed(
IWorkbenchWindow window)
Notifies this listener that the given window has been closed.

Parameters:
window - the window that was closed
See Also:
IWorkbenchWindow.close()

windowOpened

void windowOpened(
IWorkbenchWindow window)
Notifies this listener that the given window has been opened.

Parameters:
window - the window that was opened
See Also:
IWorkbench.openWorkbenchWindow(java.lang.String, org.eclipse.core.runtime.IAdaptable)

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