Eclipse Platform
Release 3.2

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

Packages that use IHandlerListener
org.eclipse.ui.commands   
 

Uses of IHandlerListener in org.eclipse.ui.commands
 

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


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.