Uses of Interface
org.eclipse.core.commands.IHandlerListener
Package
Description
Application programming interfaces for commands and handlers.
Provides JFace-specific support for commands.
-
Uses of IHandlerListener in org.eclipse.core.commands
Modifier and TypeMethodDescriptionvoid
AbstractHandler.addHandlerListener
(IHandlerListener handlerListener) void
IHandler.addHandlerListener
(IHandlerListener handlerListener) Registers an instance ofIHandlerListener
to listen for changes to properties of this instance.void
AbstractHandler.removeHandlerListener
(IHandlerListener handlerListener) void
IHandler.removeHandlerListener
(IHandlerListener handlerListener) Unregisters an instance ofIHandlerListener
listening for changes to properties of this instance. -
Uses of IHandlerListener in org.eclipse.jface.commands
Modifier and TypeMethodDescriptionfinal void
ActionHandler.addHandlerListener
(IHandlerListener handlerListener) final void
ActionHandler.removeHandlerListener
(IHandlerListener handlerListener)