Uses of Interface
org.eclipse.core.commands.contexts.IContextManagerListener

Packages that use IContextManagerListener
org.eclipse.core.commands.contexts Application programming interfaces for contexts. 
 

Uses of IContextManagerListener in org.eclipse.core.commands.contexts
 

Methods in org.eclipse.core.commands.contexts with parameters of type IContextManagerListener
 void ContextManager.addContextManagerListener(IContextManagerListener listener)
          Adds a listener to this context manager.
 void ContextManager.removeContextManagerListener(IContextManagerListener listener)
          Removes a listener from this context manager.