Eclipse Platform
Release 3.1

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

Packages that use IHandlerListener
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.jface.commands Provides JFace-specific support for commands. 
 

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 IHandler.removeHandlerListener(IHandlerListener handlerListener)
          Unregisters an instance of IHandlerListener listening for changes to properties of this instance.
 void AbstractHandler.addHandlerListener(IHandlerListener handlerListener)
           
 void AbstractHandler.removeHandlerListener(IHandlerListener handlerListener)
           
 

Uses of IHandlerListener in org.eclipse.jface.commands
 

Methods in org.eclipse.jface.commands with parameters of type IHandlerListener
 void ActionHandler.addHandlerListener(IHandlerListener handlerListener)
           
 void ActionHandler.removeHandlerListener(IHandlerListener handlerListener)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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