Uses of Interface
org.eclipse.ui.contexts.IContextManagerListener
-
Packages that use IContextManagerListener Package Description org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. -
-
Uses of IContextManagerListener in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts with parameters of type IContextManagerListener Modifier and Type Method Description voidIContextManager. addContextManagerListener(IContextManagerListener contextManagerListener)Deprecated.Registers an instance ofIContextManagerListenerto listen for changes to properties of this instance.voidIContextManager. removeContextManagerListener(IContextManagerListener contextManagerListener)Deprecated.Unregisters an instance ofIContextManagerListenerlistening for changes to properties of this instance.
-