Uses of Interface
org.eclipse.core.commands.IHandlerListener
-
Packages that use IHandlerListener Package Description 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 Modifier and Type Method Description void
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
Methods in org.eclipse.jface.commands with parameters of type IHandlerListener Modifier and Type Method Description void
ActionHandler. addHandlerListener(IHandlerListener handlerListener)
void
ActionHandler. removeHandlerListener(IHandlerListener handlerListener)
-