Uses of Class
org.eclipse.core.commands.HandlerEvent
Packages that use HandlerEvent
Package
Description
Application programming interfaces for commands and handlers.
Provides support for retrieving information on Commands from the workbench.
-
Uses of HandlerEvent in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type HandlerEventModifier and TypeMethodDescriptionprotected void
AbstractHandler.fireHandlerChanged
(HandlerEvent handlerEvent) Fires an event to all registered listeners describing changes to this instance.void
IHandlerListener.handlerChanged
(HandlerEvent handlerEvent) Notifies that one or more properties of an instance ofIHandler
have changed. -
Uses of HandlerEvent in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands with parameters of type HandlerEventModifier and TypeMethodDescriptionprotected void
AbstractHandler.fireHandlerChanged
(HandlerEvent handlerEvent) Deprecated.