Uses of Class
org.eclipse.core.commands.HandlerEvent
-
Packages that use HandlerEvent Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.ui.commands 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 HandlerEvent Modifier and Type Method Description protected 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 HandlerEvent Modifier and Type Method Description protected void
AbstractHandler. fireHandlerChanged(HandlerEvent handlerEvent)
Deprecated.
-