Uses of Interface
org.eclipse.ui.IWindowListener
-
Packages that use IWindowListener Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IWindowListener in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IWindowListener Modifier and Type Method Description void
IWorkbench. addWindowListener(IWindowListener listener)
Adds a window listener.void
IWorkbench. removeWindowListener(IWindowListener listener)
Removes a window listener.
-