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 voidAbstractHandler. 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 IHandlerListener Modifier and Type Method Description voidActionHandler. addHandlerListener(IHandlerListener handlerListener)voidActionHandler. removeHandlerListener(IHandlerListener handlerListener)
-