Uses of Interface
org.eclipse.core.commands.contexts.IContextListener
Package
Description
Application programming interfaces for contexts.
-
Uses of IContextListener in org.eclipse.core.commands.contexts
Modifier and TypeClassDescriptionfinal class
A context manager tracks the sets of defined and enabled contexts within the application.Modifier and TypeMethodDescriptionfinal void
Context.addContextListener
(IContextListener listener) Registers an instance ofIContextListener
to listen for changes to properties of this instance.final void
Context.removeContextListener
(IContextListener contextListener) Unregisters an instance ofIContextListener
listening for changes to properties of this instance.