Uses of Interface
org.eclipse.core.commands.IHandlerListener
Packages that use IHandlerListener
Package
Description
Application programming interfaces for commands and handlers.
Provides JFace-specific support for commands.
-
Uses of IHandlerListener in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type IHandlerListenerModifier and TypeMethodDescriptionvoidAbstractHandler.addHandlerListener(IHandlerListener handlerListener) voidIHandler.addHandlerListener(IHandlerListener handlerListener) Registers an instance ofIHandlerListenerto listen for changes to properties of this instance.voidAbstractHandler.removeHandlerListener(IHandlerListener handlerListener) voidIHandler.removeHandlerListener(IHandlerListener handlerListener) Unregisters an instance ofIHandlerListenerlistening for changes to properties of this instance. -
Uses of IHandlerListener in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands with parameters of type IHandlerListenerModifier and TypeMethodDescriptionfinal voidActionHandler.addHandlerListener(IHandlerListener handlerListener) final voidActionHandler.removeHandlerListener(IHandlerListener handlerListener)