Uses of Interface
org.eclipse.ui.contexts.IContextListener
Packages that use IContextListener
Package
Description
Provides support for integrating contexts into the Eclipse workbench.
-
Uses of IContextListener in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts with parameters of type IContextListenerModifier and TypeMethodDescriptionvoid
IContext.addContextListener
(IContextListener contextListener) Deprecated.Registers an instance ofIContextListener
to listen for changes to properties of this instance.void
IContext.removeContextListener
(IContextListener contextListener) Deprecated.Unregisters an instance ofIContextListener
listening for changes to properties of this instance.