Uses of Interface
org.eclipse.core.commands.contexts.IContextListener
Packages that use IContextListener
Package
Description
Application programming interfaces for contexts.
-
Uses of IContextListener in org.eclipse.core.commands.contexts
Classes in org.eclipse.core.commands.contexts that implement IContextListenerModifier and TypeClassDescriptionfinal classA context manager tracks the sets of defined and enabled contexts within the application.Methods in org.eclipse.core.commands.contexts with parameters of type IContextListenerModifier and TypeMethodDescriptionfinal voidContext.addContextListener(IContextListener listener) Registers an instance ofIContextListenerto listen for changes to properties of this instance.final voidContext.removeContextListener(IContextListener contextListener) Unregisters an instance ofIContextListenerlistening for changes to properties of this instance.