Uses of Interface
org.eclipse.core.commands.IHandlerListener

Packages that use IHandlerListener
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of IHandlerListener in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type IHandlerListener
 void IHandler.addHandlerListener(IHandlerListener handlerListener)
          Registers an instance of IHandlerListener to listen for changes to properties of this instance.
 void AbstractHandler.addHandlerListener(IHandlerListener handlerListener)
           
 void IHandler.removeHandlerListener(IHandlerListener handlerListener)
          Unregisters an instance of IHandlerListener listening for changes to properties of this instance.
 void AbstractHandler.removeHandlerListener(IHandlerListener handlerListener)