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